summaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2179-81/+81
* 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
* The GART allocations are a propery of the gart, not of scatter-gatherRobert Noland2009-03-253-10/+9
* Fix up the flags to bus_dmamem again. The man page incorrectly showedRobert Noland2009-03-222-10/+9
* vm_offset_t is unsigned, so compare of >= 0 is not needed.Robert Noland2009-03-201-1/+1
* Remove the DRM_ERROR to fix build. It didn't make any sense anyway.Robert Noland2009-03-201-2/+0
* Fix what appears to be a typo, and restore the registers correctly.Robert Noland2009-03-201-1/+1
* Don't deref dev->dev_private before checking that it exists.Robert Noland2009-03-201-2/+1
* Only issue the wakeup and store the counter if vblank is enabled onRobert Noland2009-03-201-4/+6
* Add a couple of radeon pci ids.Robert Noland2009-03-201-0/+2
* Adjust the flags to bus_dmamem around here too.Robert Noland2009-03-201-7/+8
* Add some debugging so I can see when syscalls are being restartedRobert Noland2009-03-193-1/+12
* Rework vblank handling to try to resolve some reports of "slow" windowsRobert Noland2009-03-191-19/+36
* Sync up the rest of the code that we use with what Intel is shippingRobert Noland2009-03-192-82/+110
* Pull in some suspend / resume changes from Intel's codeRobert Noland2009-03-193-15/+69
* Cast to (unsigned long) to make printf happy on i386Robert Noland2009-03-171-2/+3
* Add support for matching solely on vendor id.Robert Noland2009-03-171-2/+6
* Improve the debugging output of drm_mmapRobert Noland2009-03-171-1/+6
* Add list_for_each_prev to our linux compatibility.Robert Noland2009-03-171-0/+4