aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-1155/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-111-7/+16
* Prefer uintptr_t to intptr_t.David E. O'Brien2004-03-031-5/+5
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.David E. O'Brien2004-03-031-5/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-1/+0
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-141-1/+1
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-061-15/+13
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-121-8/+22
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sEric Anholt2003-11-031-1/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-241-224/+184
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-1/+1
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-235/+44
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-535/+406
* Don't initialize d_kqfilter to 0.Poul-Henning Kamp2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+11
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-031-1/+1
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockingEric Anholt2002-09-011-12/+61
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-0/+4
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-061-1/+1
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-14/+4
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-291-19/+19
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+1455