summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-14drm/amdgpu/gfx9: add gfxoff quirkAlex Deucher1-0/+2
2020-04-09drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu1-0/+2
2020-03-31drm/amdgpu: fix hpd bo size calculation errorKevin Wang1-1/+1
2020-03-26drm/amdgpu: fix the coverage issue to clear ArcVPGRsDennis Li1-1/+1
2020-03-19drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"Colin Ian King1-1/+1
2020-03-19drm/amdgpu: Remove unnecessary variable shadow in gfx_v9_0_rlcg_wregNathan Chancellor1-5/+1
2020-03-16drm/amdgpu: revise RLCG access pathMonk Liu1-3/+96
2020-03-13drm/amdgpu: add codes to clear AccVGPR for arcturusDennis Li1-7/+132
2020-03-13drm/amdgpu: check GFX RAS capability before reset countersHawking Zhang1-0/+3
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das1-100/+0
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-0/+20
2020-03-05drm/amdgpu: add reset_ras_error_count function for HDPHawking Zhang1-1/+0
2020-03-05drm/amdgpu: add reset_ras_error_count function for GFXHawking Zhang1-16/+10
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu1-1/+1
2020-03-05drm/amdgpu: clean wptr on wb when gpu recoveryYintian Tao1-0/+1
2020-02-29drm/amdgpu: Initialize SPM_VMID with 0xf (v2)Jacob He1-1/+18
2020-02-29drm/amdgpu/sriov: Use kiq to copy the gpu clockEmily Deng1-10/+58
2020-02-19drm/amdgpu: drop the non-sense firmware version check on arcturusEvan Quan1-2/+3
2020-02-19drm/amdgpu: add is_raven_kicker judgement for raven1changzhu1-2/+9
2020-02-13drm/amdgpu/gfx9: disable gfxoff when reading rlc clockAlex Deucher1-0/+2
2020-02-11drm/amdgpu: correct comment to clear up the confusionGuchun Chen1-1/+6
2020-02-11drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen1-3/+6
2020-01-31drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusJoseph Greathouse1-0/+17
2020-01-28drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher1-4/+40
2020-01-23drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-2/+2
2020-01-23drm/amdgpu: add RAS support for the gfx block of ArcturusDennis Li1-1/+25
2020-01-23drm/amdgpu: abstract EDC counter clear to a separated functionDennis Li1-35/+77
2020-01-23drm/amdgpu: refine the security check for RAS functionsDennis Li1-2/+2
2020-01-23drm/amdgpu: read gfx register using RREG32_KIQ macrochen gong1-5/+5
2020-01-23drm/amdgpu: provide a generic function interface for reading/writing register...chen gong1-2/+3
2020-01-23drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra1-1/+1
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui1-2/+5
2020-01-16drm/amdgpu: replace kcq enable/disable functions on gfx_v9Alex Sierra1-100/+2
2020-01-16drm/amdgpu: implement tlbs invalidate on gfx9 gfx10Alex Sierra1-0/+14
2020-01-16drm/amdgpu: kiq pm4 function implementation for gfx_v9Alex Sierra1-0/+115
2020-01-14drm/amdgpu: Match TC hash settings to DF settings (v2)Joseph Greathouse1-0/+19
2020-01-14drm/amdgpu/gfx9: remove unused sdma headersAlex Deucher1-9/+0
2020-01-14drm/amdgpu: read sdma edc counter to clear the countersHawking Zhang1-10/+1
2020-01-07drm/amdgpu/gfx: simplify old firmware warningAlex Deucher1-2/+1
2019-12-23drm/amdgpu/gfx: Add mmSDMA2-7_EDC_COUNTER to support ArcturusJames Zhu1-4/+20
2019-12-23drm/amdgpu/gfx: Add mmCOMPUTE_STATIC_THREAD_MGMT_SE4-7 to support ArcturusJames Zhu1-13/+25
2019-12-23drm/amdgpu/gfx: Replace ARRAY_SIZE with size variableJames Zhu1-10/+17
2019-12-19drm/amdgpu: enable gfxoff for raven1 refreshchangzhu1-11/+4
2019-12-06drm/amdgpu/gfx: Improvement on EDC GPR workaroundsJames Zhu1-20/+63
2019-12-03drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu1-39/+1
2019-12-03drm/amdgpu/gfx: Increase dispatch packet numberJames Zhu1-2/+2
2019-12-03drm/amdgpu/gfx: Clear more EDC cntJames Zhu1-0/+5
2019-11-26drm/amdgpu: apply gpr/gds workaround before enabling GFX EDC modeHawking Zhang1-4/+4
2019-11-22drm/amdgpu: Update Arcturus golden registersJay Cornwall1-0/+1
2019-11-22drm/amdgpu: define soc15_ras_field_entry for reuseDennis Li1-23/+11