summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie14-68/+107
2016-04-05drm/amdgpu: total vram size also reduces pin sizeChunming Zhou1-0/+1
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu1-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu5-26/+35
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01drm/amdgpu: fence wait old rcu slotChunming Zhou1-2/+6
2016-04-01drm/amdgpu: fix leaking fence in the pageflip codeChristian König1-1/+1
2016-04-01drm/amdgpu: print vram type rather than just DDRAlex Deucher1-2/+13
2016-04-01drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher1-1/+8
2016-04-01drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2-16/+16
2016-04-01drm/amdgpu: Set vblank_disable_allowed = trueMichel Dänzer1-0/+2
2016-04-01drm/amdgpu: check dpm state before pm system fs initialized.Rex Zhu1-1/+1
2016-04-01drm/amdgpu: Not support disable dpm in powerplay.Rex Zhu1-6/+2
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu1-0/+11
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu1-5/+8
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-0/+10
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer2-0/+10
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-34/+86
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds62-4996/+4142
2016-03-21drm/amdgpu: add invalidate_page callback for userptrsChristian König1-26/+72
2016-03-21drm/amdgpu: Revert "remove the userptr rmn->lock"Christian König1-8/+14
2016-03-21drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2-0/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie15-364/+214
2016-03-17drm/amdgpu: removing BO_VAs shouldn't be interruptibleChristian König1-1/+1
2016-03-17drm/amdgpu: use sched fence if possibleMonk Liu1-1/+4
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu10-6/+16
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu8-10/+12
2016-03-17drm/amdgpu: include the right version of gmc header files for icelandKen Wang1-2/+2
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie28-297/+710
2016-03-16drm/amdgpu: switch back to 32bit hw fences v2Christian König2-32/+21
2016-03-16drm/amdgpu: remove amdgpu_fence_is_signaledChristian König1-25/+0
2016-03-16drm/amdgpu: drop the extra fence range check v2Christian König1-3/+0
2016-03-16drm/amdgpu: signal fences directly in amdgpu_fence_processChristian König2-68/+31
2016-03-16drm/amdgpu: cleanup amdgpu_fence_wait_empty v2Christian König1-54/+15
2016-03-16drm/amdgpu: keep all fences in an RCU protected array v2Christian König2-3/+31
2016-03-16drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ringChristian König3-4/+12
2016-03-16drm/amdgpu: RCU protected amdgpu_fence_releaseChristian König1-1/+22
2016-03-16drm/amdgpu: merge amdgpu_fence_process and _activityChristian König1-19/+5
2016-03-16drm/amdgpu: cleanup amdgpu_fence_activityChristian König1-32/+3
2016-03-14drm/amdgpu: move fence structure into amdgpu_fence.cChristian König2-26/+25
2016-03-14drm/amdgpu: remove amdgpu_fence_wait_nextChristian König2-21/+0
2016-03-14drm/amdgpu: remove amdgpu_ring_from_fenceChristian König2-25/+0
2016-03-14drm/amdgpu: stop using the ring index in the SAChristian König2-36/+22
2016-03-14drm/amdgpu: stop waiting on UVD messages before mapping themChristian König1-7/+0
2016-03-14drm/amdgpu: always wait before kmap a BOChristian König1-5/+11
2016-03-14drm/amdgpu: allow write access to mapped userptrsChristian König1-5/+3
2016-03-14Merge drm-fixes into drm-next.Dave Airlie26-281/+361
2016-03-10drm/amdgpu: split pipeline sync out of SDMA vm_flush() as wellChristian König3-20/+53