aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* MFC r228443:Matthew D Fleming2011-12-311-1/+1
* MFC r220979:Konstantin Belousov2011-04-261-1/+1
* MFC r210819: Add support for ATI Radeon HD 4250.Andriy Gapon2011-04-141-0/+1
* MFC r216374: fix atomic_set_xxx misuse in drmAndriy Gapon2011-03-111-1/+1
* MFC r218909:Rebecca Cran2011-02-242-2/+2
* MFC r215034:Rebecca Cran2010-11-201-6/+6
* MFC r205120,r205126Robert Noland2010-04-043-3/+15
* MFC r198694,r198697Robert Noland2009-12-131-45/+26
* MFC 198332Robert Noland2009-12-131-1/+2
* MFC 198696Robert Noland2009-11-021-29/+39
* MFC 198695Robert Noland2009-11-021-41/+4
* MFC 198692Robert Noland2009-11-021-17/+3
* MFC 198691Robert Noland2009-11-021-3/+3
* MFC r197951Robert Noland2009-10-302-1/+4
* MFC r196470-196471,197154-197155,197603-197606Robert Noland2009-10-309-23/+3170
* MFC r196466Robert Noland2009-10-302-0/+5
* MFC r196465Robert Noland2009-10-304-12/+8
* MFC r196464Robert Noland2009-10-301-7/+15
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-8/+0
* Merge r196142Robert Noland2009-08-123-5/+19
* Merge r196141Robert 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
* Initialize max_vblank_count earlier.Robert Noland2009-06-252-8/+12
* Keep track of the hardware counter more aggressively while interruptsRobert Noland2009-06-251-0/+4
* Fix one use of atomic for refcount missed in last commit.Robert Noland2009-06-251-1/+1
* Additional vblank cleanups.Robert Noland2009-06-251-26/+29
* Ensure that we always hold the lock when calling vblank_disable_fn()Robert Noland2009-06-251-0/+5
* Add some sysctl info so that we can see what is going on with vblanks.Robert Noland2009-06-231-0/+24
* Only release irq resources if we were actually using them.Robert Noland2009-06-231-4/+7
* Using signals for vblank events is prone to issues. There have neverRobert Noland2009-06-232-59/+1
* Given that vblanks generally occur 60 times a second, waiting 3 secondsRobert Noland2009-06-231-1/+1
* vblank[crtc].last represents the hardware counter while request.sequenceRobert Noland2009-06-231-1/+0
* Hold the lock while we save/restore register for suspend/resume.Robert Noland2009-06-231-0/+6
* The G45 docs indicate that all G4X chips use the new framecount register.Robert Noland2009-06-203-7/+8
* realloc() behaves identically to malloc when passed a NULL object pointerRobert Noland2009-06-201-25/+14
* Don't panic if drm_rmmap is called with a NULL map pointer.Robert Noland2009-06-201-0/+3
* Don't try to setup interrupts for drivers that don't support them.Robert Noland2009-04-191-18/+21
* check offsets for R300_ZB_ZPASS_ADDRRobert Noland2009-04-071-2/+5
* Add regs required for occlusion queries supportRobert Noland2009-04-074-2/+11
* Add support for RV790 (HD 4890) asicsRobert Noland2009-04-031-0/+2
* A little more cleanup from AMD, if we don't have the right microcodeRobert Noland2009-04-032-38/+37
* Simplify the radeon microcode loading.Robert Noland2009-03-312-212/+131
* We don't know what these pages are going to be used for, they should beRobert Noland2009-03-301-1/+1
* Load the right microcode for RS780.Robert Noland2009-03-301-4/+4
* Fix up waiting on vblank again... This reverts a last minute change thatRobert Noland2009-03-261-5/+8
* Rework the management of vblank interrupts a bit.Robert Noland2009-03-251-22/+31
* Intel handled the management of the breadcrumb counter inconsistently.Robert Noland2009-03-252-11/+12