aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix AGP support guessing: Implement the same bridge checking in the MGAEric Anholt2005-11-282-1/+25
* Fix compiling and reenable build of i915 driver.Eric Anholt2005-11-152-21/+22
* Fix Savage DRI without ShadowStatus NO by allowing the shadow area to beEric Anholt2005-11-141-14/+19
* Fix breakage from the move of driver ioctl externs to header files.Eric Anholt2005-11-119-27/+0
* Correct another LOR issue with resource allocation. This leaves theEric Anholt2005-11-082-1/+8
* Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. AddsEric Anholt2005-11-086-17/+18
* Correct a LOR related to the PCI resource allocations by simply moving theEric Anholt2005-11-082-8/+17
* Fix FreeBSD DRM for latest MGA changes to agp support, which cleans thingsEric Anholt2005-11-073-60/+119
* Catch FreeBSD up to the pcie gart changes. Required minor modification toEric Anholt2005-11-072-28/+38
* Correct a recursion on non-recursive mutex in drm_addmap from radeon'sEric Anholt2005-11-071-5/+6
* Re-disable the via driver while it's broken on BSD.Eric Anholt2005-11-061-1/+1
* Add support to turn writeback off via radeon module optionDave Airlie2005-09-301-0/+2
* Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. NextEric Anholt2005-09-121-3/+3
* convert ioctl flags to use flags instead of separate intsDave Airlie2005-09-022-63/+64
* - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code.Eric Anholt2005-08-262-26/+54
* Previously, drm_get_resource_start() and drm_get_resource_len() wouldEric Anholt2005-08-263-27/+42
* Fix a lack of parenthesis in macro usage that showed up with INVARIANTSEric Anholt2005-08-261-1/+1
* [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire theEric Anholt2005-08-256-17/+81
* add agp buffer tokenDave Airlie2005-08-171-0/+1
* Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup byEric Anholt2005-08-154-4/+156
* Fix build after linux-side checkin of master/root-only split. Still onlyEric Anholt2005-08-122-59/+64
* Rename the driver hooks in the DRM to something a little moreEric Anholt2005-08-0419-295/+286
* Fix the MGA driver on BSD by passing in the proper chipset flags to theEric Anholt2005-08-042-42/+51
* Correct a couple of descriptions of files in comments (were justEric Anholt2005-07-271-1/+1
* Link in the savage files from shared-core.Eric Anholt2005-07-271-0/+4
* Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,Eric Anholt2005-07-205-9/+39
* Get the BSD DRM compiling again after MGA and mapping changes. Note thatEric Anholt2005-06-286-190/+251
* Adds support for PCI cards to MGA DRMIan Romanick2005-06-143-15/+10