summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* Now that mem(4) is a kernel module, we need to add a dependency onmux2004-08-051-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-111-7/+16
* Prefer uintptr_t to intptr_t.obrien2004-03-031-5/+5
* Cast thru intptr_t on the way to void* for success on 64-bit platforms.obrien2004-03-031-5/+5
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-1/+0
* This is not a D_TTY driver.phk2004-02-141-1/+1
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,anholt2004-01-061-15/+13
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-121-8/+22
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sanholt2003-11-031-1/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-241-226/+186
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-191-1/+1
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-236/+45
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-535/+406
* Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+11
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-1/+1
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-011-12/+61
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-0/+4
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-291-14/+4
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-291-19/+19
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+1455
OpenPOWER on IntegriCloud