aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-2/+2
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-2/+2
* Update Radeon PCI IDs and naming from pciids.sf.net.Eric Anholt2003-03-111-26/+28
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-0951-5821/+6113
* 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
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-6/+10
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* Remove an unused variable that snuck in the last commit.Eric Anholt2002-12-041-1/+1
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theEric Anholt2002-12-041-62/+17
* 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-013-167/+73
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-0/+4
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsDag-Erling Smørgrav2002-06-161-1/+0
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-3113-148/+148
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --Bruce Evans2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-061-1/+1
* The first argument of pgsigio() is now struct sigio **.Seigo Tanimura2002-05-031-1/+1
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-2921-239/+160
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-2924-359/+354
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-285-5/+0
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-2748-0/+33683