summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-1215-314/+833
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sanholt2003-11-032-2/+2
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)anholt2003-10-241-2/+1
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-2436-1217/+1320
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-0917-71/+1261
* Comment out a couple of __inline__s until we can get inlines to be actuallyanholt2003-08-241-2/+2
* Use __FBSDID().obrien2003-08-242-2/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+2
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
* Do not define memset() to bzero(). We have a memset().phk2003-05-311-2/+0
* Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs withanholt2003-04-261-10/+17
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-2531-2552/+437
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-2/+2
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-2/+2
* Update Radeon PCI IDs and naming from pciids.sf.net.anholt2003-03-111-26/+28
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-0951-5821/+6113
* Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+11
* Cleanup of the d_mmap_t interface.mux2003-02-251-6/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* 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-013-167/+73
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-0/+4
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-3113-148/+148
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* The first argument of pgsigio() is now struct sigio **.tanimura2002-05-031-1/+1
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-2921-239/+160
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-2924-359/+354
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-285-5/+0
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-2748-0/+33683
OpenPOWER on IntegriCloud