aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie1-0/+1
2014-11-11drm/radeon: add locking around atombios scratch space usageDave Airlie1-0/+1
2014-10-20Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-1/+1
2014-10-16drm/radeon: fix vm page table block size calculationAlex Deucher1-1/+1
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-34/+29
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-1/+1
2014-09-22drm/radeon: add PX quirk for asus K53TKAlex Deucher1-0/+4
2014-09-18drm/radeon/px: fix module unloadAlex Deucher1-2/+9
2014-09-01drm/radeon: use common fence implementation for fences, v4Maarten Lankhorst1-0/+1
2014-08-27drm/radeon: drop doing resets in a work itemChristian König1-3/+4
2014-08-27drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst1-21/+16
2014-08-27drm/radeon: force fence completion only on problematic rings (v2)Christian König1-6/+2
2014-08-27drm/radeon: move the IB test after the AGP fallbackChristian König1-4/+4
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+2
2014-08-19drm/radeon: fix display handling in radeon_gpu_resetAlex Deucher1-0/+16
2014-08-19drm/radeon: fix pm handling in radeon_gpu_resetAlex Deucher1-2/+16
2014-08-11drm/radeon: add userptr flag to register MMU notifier v3Christian König1-0/+2
2014-08-05drm/radeon: adjust default radeon_vm_block_size v2Christian König1-1/+13
2014-08-05drm/radeon: add a PX quirk listAlex Deucher1-20/+50
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-1/+2
2014-07-21drm/radeon: let's use GB for vm_size (v2)Christian König1-11/+11
2014-07-14drm/radeon: adding synchronization for GRBM GFXOded Gabbay1-0/+1
2014-06-09drm/radeon: make vm_block_size a module parameterChristian König1-0/+16
2014-06-09drm/radeon: make VM size a module parameter (v2)Christian König1-4/+24
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-5/+11
2014-06-02drm/radeon/dpm: resume fixes for some systemsAlex Deucher1-0/+4
2014-05-31drm/radeon: Resume fbcon lastDaniel Vetter1-5/+6
2014-05-06drm/radeon: add Mullins chip familySamuel Li1-0/+1
2014-04-23drm: Rip out totally bogus vga_switcheroo->can_switch lockingDaniel Vetter1-5/+6
2014-04-17drm/radeon: fix runpm handling on APUs (v4)Alex Deucher1-9/+10
2014-04-03drm/radeon: fix resuming mode in pm runtime resume pathDave Airlie1-4/+6
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-1/+1
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie1-1/+4
2014-03-06drm/radeon: resume old pm lateAlex Deucher1-1/+4
2014-03-03drm/radeon: remove global vm lockChristian König1-2/+1
2014-03-03drm/radeon: use normal BOs for the page tables v4Christian König1-1/+0
2014-02-28drm/radeon: cleanup the fence ring locking codeChristian König1-3/+1
2014-01-28drm/radeon: Report doorbell configuration to amdkfdOded Gabbay1-0/+31
2014-01-08drm/radeon: add pci config hard resetAlex Deucher1-0/+5
2014-01-07drivers: gpu: Mark functions as static in radeon_device.cRashika Kheria1-2/+2
2013-12-24drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher1-3/+11
2013-11-15drm/radeon: use a single doorbell for cik kms computeAndrew Lewycky1-27/+20
2013-11-08drm/radeon: add Hawaii chip familyAlex Deucher1-0/+1
2013-11-01drm/radeon: rework and fix reset detection v2Christian König1-0/+8
2013-11-01drm/radeon: add runtime PM support (v2)Dave Airlie1-13/+39
2013-11-01drm/radeon: convert to pmopsDave Airlie1-14/+13
2013-09-23drm/radeon: disable tests/benchmarks if accel is disabledAlex Deucher1-3/+12
2013-09-11drm/radeon: add spinlocks for indirect register accesssAlex Deucher1-0/+10
2013-09-11drm/radeon: protect concurrent smc register access with a spinlockAlex Deucher1-0/+1
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-5/+20