summaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Fix display of the drm sysctls.Konstantin Belousov2011-04-231-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* - Remove no longer in useMartin Wilke2011-02-222-87/+0
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox2010-12-251-25/+14
* fix atomic_set_xxx misuse in drmAndriy Gapon2010-12-111-1/+1
* Make drm(4) build, if not work reliably, on PowerPC.Nathan Whitehorn2010-11-166-11/+13
* Fix typos.Rebecca Cran2010-11-091-6/+6
* Add support for ATI Radeon HD 4250.Oliver Fromme2010-08-031-0/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-051-2/+0
* Add page locking to the vm_page_cow* functions.Alan Cox2010-05-041-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend theAlan Cox2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* fx->lock is used as an index, correct test case.Robert Noland2010-04-281-1/+1
* remove vm obect tracker that slipped in from prior work.Robert Noland2010-04-241-1/+0
* Address some WITNESS panics that occur when using the via driver.Robert Noland2010-04-234-8/+10
* Now that we properly set write-combining on the pages that back the GART,Robert Noland2010-04-222-5/+8
* re-write scatter gather memory allocation yet again...Robert Noland2010-04-226-112/+61
* Rework how drm maps are handled.Robert Noland2010-04-2223-168/+201
* Fix build after typo.Robert Noland2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDRobert Noland2010-03-133-3/+15
* Welcome drm support for VIA unichrome chips.Robert Noland2010-01-3114-0/+5908
* Import simple drm memory manager.Robert Noland2010-01-3111-5/+1296
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* Fix botched git -> svn merge.Robert Noland2009-10-301-1/+1
* Cleanup in r600_blitRobert Noland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()Robert Noland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationRobert Noland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.Robert Noland2009-10-301-17/+3
* Fix blitter support for RS880 chipsRobert Noland2009-10-301-3/+3
* Check pointer for NULL before dereferencing it, not after.Christian Brueffer2009-10-211-1/+2
* Add support for Intel G41 chipsetRobert Noland2009-10-112-1/+4
* Fix offset handlingRobert Noland2009-09-281-7/+7
* radeon_family is an enum, so ordering can be important.Robert Noland2009-09-281-2/+2
* Fix blit pitch for 4 byte transfers on r600.Robert Noland2009-09-281-1/+1
* R600 doesn't support IRQs yet, so don't try to use them.Robert Noland2009-09-282-1/+19
* Add a couple of small fixes from the AMD folks.Robert Noland2009-09-131-4/+8
* Add missing pci id for Radeon 4850 X2Robert Noland2009-09-131-0/+1
* Add GET_PARAM support for Z pipes.Robert Noland2009-08-234-1/+19
* Add kernel support for Radeon R6/7xx 3D.Robert Noland2009-08-237-19/+3125
* Add a read only sysctl tracking the hw.drm.msi tunable.Robert Noland2009-08-232-0/+5
* Clean up the handling of device minorsRobert Noland2009-08-234-12/+8
* Clean up the locking in drm_alloc_resource()Robert Noland2009-08-231-7/+15
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-8/+0
* Add support for radeon RS880 IGP chips to drm.Robert Noland2009-08-123-5/+19
* Add some additional radeon pci ids to drm.Robert Noland2009-08-121-0/+5
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+8
* Add support for Radeon HD 4770 (RV740) chips.Robert Noland2009-07-093-1/+40
* We shouldn't need to drop and reaquire the lock here.Robert Noland2009-06-251-7/+5
* Some more cleanups for vblank code on Intel.Robert Noland2009-06-252-27/+18