aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsd: Replace other occurrences of msleep with mtx_sleepRobert Noland2007-12-023-3/+3
* bsd: Now make secondary vblank workRobert Noland2007-12-024-8/+37
* bsd: Hook secondary vblank support.Robert Noland2007-12-014-2/+11
* bsd: Fix typo in i915_drv.cRobert Noland2007-12-011-1/+1
* mtx_sleep is preferred to msleepRobert Noland2007-12-011-1/+1
* drm: Add _DRM_DRIVER map flag.Robert Noland2007-12-011-2/+2
* bsd: Move counter initialization to load time.Robert Noland2007-12-011-12/+12
* Fix up drm_ati_pcigart_infoRobert C. Noland III2007-11-282-6/+6
* Bug #13233: Chase move of agp headers on FreeBSD.Robert Noland2007-11-192-0/+8
* Add new shared header file drm_internal.h.Kristian Høgsberg2007-11-142-0/+2
* Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process.Jung-uk Kim2007-10-171-6/+9
* FreeBSD: Fill in domain field when supported.Eric Anholt2007-10-101-1/+4
* Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.Eric Anholt2007-08-152-2/+12
* BSD: Return EINVAL if drm_unlock is called on an unheld or other-owner lock.Eric Anholt2007-08-151-0/+6
* BSD: simplify drm_ioctl() after other refactoring.vehemens2007-08-151-15/+6
* Bug #11989: Fix regression in getstats ioctl (kernel panic).vehemens2007-08-151-1/+1
* BSD: Fix regression in setversion ioctl (current version not returned).Eric Anholt2007-08-151-16/+20
* BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt2007-08-1517-48/+107
* Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5.vehemens2007-08-134-1/+6
* Add doxygen and fix whitespace for drm_auth.cEric Anholt2007-08-131-3/+25
* Fix drm_auth.c locking to not recurse on dev_lock.vehemens2007-08-131-4/+7
* Fix copy'n'paste-o in FreeBSD drawable code.Eric Anholt2007-07-251-1/+1
* Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-07-2013-536/+386
* Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-07-206-68/+53
* BSD: Replace symlink building with symlinks in git.Eric Anholt2007-07-2056-62/+57
* Remove DRM_ERR OS macro.Eric Anholt2007-07-2010-79/+84
* FreeBSD warnings cleanup.Eric Anholt2007-07-192-0/+3
* FreeBSD: Fix the recently added drawable add/remove/update code.Eric Anholt2007-07-192-33/+24
* Fix the getclient test (Need this feature for future tests).Eric Anholt2007-07-191-3/+1
* Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt2007-07-186-13/+199
* Fix FreeBSD build.Eric Anholt2007-07-162-1/+3
* Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet2007-07-103-17/+27
* Update a bunch of FreeBSD port code.Jung-uk Kim2007-05-295-24/+40
* Catch up to new interrupt API, and retire FreeBSD 4.x support here.Eric Anholt2007-03-241-4/+6
* Core build fix for BSD.Michel Dänzer2006-12-011-0/+3
* Unshare drm_drawable.c again for now.Michel Dänzer2006-12-011-1/+51
* Fix bug #8839 - a commentAlan Hourihane2006-10-311-1/+1
* Add support for tracking drawable information to coreMichel Dänzer2006-09-281-51/+1
* Use the DRM_INIT_WAITQUEUE argument (needed on Linux) to avoid a warning.Eric Anholt2006-09-071-1/+1
* Put the PCI device/vendor id in the drm_device_t.Eric Anholt2006-09-072-0/+6
* Add a typedef for u64.Eric Anholt2006-09-071-0/+1
* .cvsignore -> .gitignoreMichel Dänzer2006-07-1911-81/+0
* Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support.Eric Anholt2006-05-171-0/+1
* Add the bits for vblank support on FreeBSD, which most importantly avoidsEric Anholt2006-05-171-0/+2
* Add the workaround that's in the kernel to suppress GCC's warning aboutEric Anholt2006-05-171-0/+4
* Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915Eric Anholt2006-04-182-4/+4
* Merge patch from jhb to catch up with FreeBSD-current vgapci master deviceEric Anholt2005-12-2910-5/+59
* Remove driver.device_is_agp code duplicated in drm_device_find_capability,Eric Anholt2005-12-051-9/+1
* Finish the last bits necessary to get the i915 DRM port working on FreeBSDEric Anholt2005-12-022-5/+10
* FreeBSD PR kern/85479: Restore the enabling of debugging by default by theEric Anholt2005-12-021-0/+4