summaryrefslogtreecommitdiff
path: root/sys/dev/drm/r128_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove compatibility shims for FreeBSD versions older than 8.0.John Baldwin2015-06-041-4/+0
* Consistently use kdev for the kernel device.Robert Noland2009-03-091-8/+8
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-281-0/+6
* Rework memory allocation to allocate memory with different type names. ThisRobert Noland2008-10-131-2/+2
* Don't explicitly bzer driver softcRobert Noland2008-10-041-2/+0
* Use M_WAITOK when allocating driver memoryRobert Noland2008-10-041-1/+3
* resync to git masterRobert Noland2008-10-031-37/+39
* Update drm kernel drivers.Robert Noland2008-08-231-7/+9
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-201-0/+4
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-28/+32
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-26/+78
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-241-24/+1
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-0/+1
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-1/+0
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-91/+13
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-0/+1
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-281-1/+0
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+167