aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCHNicolai Hähnle1-17/+10
2019-07-16drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10Tom St Denis1-0/+7
2019-07-09drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák1-5/+1
2019-07-01drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10Marek Olšák1-2/+19
2019-07-01drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)Marek Olšák1-3/+11
2019-07-01drm/amdgpu/gfx10: use reset default for PA_SC_FIFO_SIZEAlex Deucher1-18/+0
2019-06-27drm/amdgpu: drop copy/paste leftover to fix big endianAlex Deucher1-3/+0
2019-06-24drm/amdgpu: disable gfxoff on navi10tiancyin1-3/+1
2019-06-21drm/amdgpu: fix PA_SC_FIFO_SIZE for Navi10 (v2)Marek Olšák1-10/+11
2019-06-21drm/amdgpu/gfx10: update to latest golden settingAlex Deucher1-1/+1
2019-06-21drm/amdgpu/gfx10: update gfx golden settingstiancyin1-2/+4
2019-06-21drm/amdgpu/gfx10: require to pin/unpin CSIB BO when suspend/resumeJack Xiao1-0/+38
2019-06-21drm/amdgpu/gfx10: remove unnecessary waiting on gfx inactiveJack Xiao1-30/+5
2019-06-21drm/amdgpu: RLC must be disabled after SMU when S3 on naviJack Xiao1-3/+1
2019-06-21drm/amdgpu/gfx10: fix unbalanced MAP/UNMAP_QUEUES when async_gfx_ring is disabledXiaojie Yuan1-3/+7
2019-06-21drm/amdgpu/gfx10: drop redundant se/sh selectionXiaojie Yuan1-1/+0
2019-06-21drm/amdgpu/gfx10: fix issues for suspend/resumeJack Xiao1-5/+30
2019-06-21drm/amdgpu/gfx10: fix resume failure when enabling async gfx ringXiaojie Yuan1-12/+14
2019-06-21drm/amdgpu/gfx10: update gfx golden settingsTianci Yin1-0/+3
2019-06-21drm/amdgpu: add gfx v10 implementation (v10)Hawking Zhang1-0/+5171