summaryrefslogtreecommitdiff
path: root/sys/dev/drm
AgeCommit message (Expand)Author
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-12-25Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox
2010-12-11fix atomic_set_xxx misuse in drmAndriy Gapon
2010-11-16Make drm(4) build, if not work reliably, on PowerPC.Nathan Whitehorn
2010-11-09Fix typos.Rebecca Cran
2010-08-03Add support for ATI Radeon HD 4250.Oliver Fromme
2010-05-05Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox
2010-05-04Add page locking to the vm_page_cow* functions.Alan Cox
2010-05-03Acquire the page lock around vm_page_unwire(). For consistency, extend theAlan Cox
2010-04-30On Alan's advice, rather than do a wholesale conversion on a singleKip Macy
2010-04-28fx->lock is used as an index, correct test case.Robert Noland
2010-04-24remove vm obect tracker that slipped in from prior work.Robert Noland
2010-04-23Address some WITNESS panics that occur when using the via driver.Robert Noland
2010-04-22Now that we properly set write-combining on the pages that back the GART,Robert Noland
2010-04-22re-write scatter gather memory allocation yet again...Robert Noland
2010-04-22Rework how drm maps are handled.Robert Noland
2010-03-13Fix build after typo.Robert Noland
2010-03-13Add support for Intel Pineview chips, aka IGDRobert Noland
2010-01-31Welcome drm support for VIA unichrome chips.Robert Noland
2010-01-31Import simple drm memory manager.Robert Noland
2009-12-29Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland
2009-10-30Fix botched git -> svn merge.Robert Noland
2009-10-30Cleanup in r600_blitRobert Noland
2009-10-30A bit of cleanup work on radeon_freelist_get()Robert Noland
2009-10-30Some general cleanup of scatter/gather memory allocationRobert Noland
2009-10-30Use system specified memory barriers rather than rolling our own.Robert Noland
2009-10-30Fix blitter support for RS880 chipsRobert Noland
2009-10-21Check pointer for NULL before dereferencing it, not after.Christian Brueffer
2009-10-11Add support for Intel G41 chipsetRobert Noland
2009-09-28Fix offset handlingRobert Noland
2009-09-28radeon_family is an enum, so ordering can be important.Robert Noland
2009-09-28Fix blit pitch for 4 byte transfers on r600.Robert Noland
2009-09-28R600 doesn't support IRQs yet, so don't try to use them.Robert Noland
2009-09-13Add a couple of small fixes from the AMD folks.Robert Noland
2009-09-13Add missing pci id for Radeon 4850 X2Robert Noland
2009-08-23Add GET_PARAM support for Z pipes.Robert Noland
2009-08-23Add kernel support for Radeon R6/7xx 3D.Robert Noland
2009-08-23Add a read only sysctl tracking the hw.drm.msi tunable.Robert Noland
2009-08-23Clean up the handling of device minorsRobert Noland
2009-08-23Clean up the locking in drm_alloc_resource()Robert Noland
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-12Add support for radeon RS880 IGP chips to drm.Robert Noland
2009-08-12Add some additional radeon pci ids to drm.Robert Noland
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2009-07-09Add support for Radeon HD 4770 (RV740) chips.Robert Noland
2009-06-25We shouldn't need to drop and reaquire the lock here.Robert Noland
2009-06-25Some more cleanups for vblank code on Intel.Robert Noland
2009-06-25Initialize max_vblank_count earlier.Robert Noland
2009-06-25Keep track of the hardware counter more aggressively while interruptsRobert Noland
2009-06-25Fix one use of atomic for refcount missed in last commit.Robert Noland