aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/mga_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Per discussions on arch@ and elsewhere, retire drm module / drives.Warner Losh2019-02-191-1172/+0
* Revert drm2 removal.Warner Losh2018-08-241-0/+1172
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1172/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Rework how drm maps are handled.Robert Noland2010-04-221-11/+11
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-281-0/+8
* Update drm kernel drivers.Robert Noland2008-08-231-164/+143
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-100/+538
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-309/+253
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-061-8/+0
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-121-1/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-241-1/+1
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-6/+16
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-9/+13
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-128/+78
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-311-18/+18
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-0/+1
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-291-32/+27
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+851