summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drm_os_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* Specifically use the 32-bit version of fuword/suword since that's whatobrien2004-12-021-7/+6
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-111-0/+7
* Add memory barrier routines for AMD64.obrien2004-03-031-1/+7
* Device megapatch 1/6:phk2004-02-211-1/+0
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-121-0/+6
* 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-41/+66
* 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-191-13/+57
* 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-251-88/+25
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-100/+242
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-011-8/+12
* 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-311-9/+10
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-291-72/+1
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-291-1/+1
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+382
OpenPOWER on IntegriCloud