summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2016-05-12drm/amdgpu: fix DP mode validationAlex Deucher-2/+2
2016-05-03drm/amdgpu: make sure vertical front porch is at least 1Alex Deucher-0/+4
2016-05-03drm/amdgpu: set metadata pointer to NULL after freeing.Dave Airlie-0/+1
2016-04-27drm/amdgpu: disable vm interrupts with vm_fault_stop=2Flora Cui-2/+8
2016-04-27drm/amdgpu: print a message if ATPX dGPU power control is missingAlex Deucher-1/+4
2016-04-27Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher-11/+5
2016-04-21amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang-1/+5
2016-04-21drm/amdgpu: forbid mapping of userptr bo through radeon device fileJérôme Glisse-0/+2
2016-04-21drm/amdgpu: bump the afmt limit for CZ, ST, PolarisAlex Deucher-1/+1
2016-04-21drm/amdgpu: use defines for CRTCs and AMFT blocksAlex Deucher-2/+2
2016-04-18drm/amdgpu/acp: fix resume on CZ systems with AZ audioAlex Deucher-0/+4
2016-04-14drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu-0/+3
2016-04-14Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-6/+11
2016-04-07drm/amd/amdgpu: fix irq domain remove for tonga ihJunwei Zhang-1/+1
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-68/+107
2016-04-06drm/amdgpu: add invisible pin size statisticChunming Zhou-5/+10
2016-04-05drm/amdgpu: total vram size also reduces pin sizeChunming Zhou-0/+1
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu-26/+35
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-1/+1
2016-04-01drm/amdgpu: fence wait old rcu slotChunming Zhou-2/+6
2016-04-01drm/amdgpu: fix leaking fence in the pageflip codeChristian König-1/+1
2016-04-01drm/amdgpu: print vram type rather than just DDRAlex Deucher-2/+13
2016-04-01drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher-1/+8
2016-04-01drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher-16/+16
2016-04-01drm/amdgpu: Set vblank_disable_allowed = trueMichel Dänzer-0/+2
2016-04-01drm/amdgpu: check dpm state before pm system fs initialized.Rex Zhu-1/+1
2016-04-01drm/amdgpu: Not support disable dpm in powerplay.Rex Zhu-6/+2
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu-0/+11
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu-5/+8
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-0/+10
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer-0/+10
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-34/+86
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-4996/+4142
2016-03-21drm/amdgpu: add invalidate_page callback for userptrsChristian König-26/+72
2016-03-21drm/amdgpu: Revert "remove the userptr rmn->lock"Christian König-8/+14
2016-03-21drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell-0/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-364/+214
2016-03-17drm/amdgpu: removing BO_VAs shouldn't be interruptibleChristian König-1/+1
2016-03-17drm/amdgpu: use sched fence if possibleMonk Liu-1/+4
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu-6/+16
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu-10/+12
2016-03-17drm/amdgpu: include the right version of gmc header files for icelandKen Wang-2/+2
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-297/+710
2016-03-16drm/amdgpu: switch back to 32bit hw fences v2Christian König-32/+21
2016-03-16drm/amdgpu: remove amdgpu_fence_is_signaledChristian König-25/+0
2016-03-16drm/amdgpu: drop the extra fence range check v2Christian König-3/+0
2016-03-16drm/amdgpu: signal fences directly in amdgpu_fence_processChristian König-68/+31