summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-19drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák1-12/+10
2021-02-09drm/amdgpu: enable only one high prio compute queueNirmoy Das1-4/+2
2021-02-02drm/amdgpu/gfx10: update CGTS_TCC_DISABLE and CGTS_USER_TCC_DISABLE register ...chen gong1-2/+16
2021-01-21drm/amdgpu: Allow GfxOff on Vangogh as defaultJinzhou Su1-0/+1
2021-01-21drm/amdgpu: Add RLC_PG_DELAY_3 for VangoghJinzhou Su1-0/+15
2021-01-21drm/amdgpu: modify GCR_GENERAL_CNTL for VangoghJinzhou Su1-1/+3
2021-01-21drm/amdgpu: Remove GFXOFF MASK for VangoghJinzhou Su1-3/+0
2021-01-14drm/amdgpu: set power brake sequenceLikun Gao1-0/+32
2021-01-14drm/amdgpu/gfx10: add updated GOLDEN_TSC_COUNT_UPPER/LOWER register offsets f...chen gong1-2/+14
2021-01-05drm/amdgpu: switch hdp callback functions for hdp v5Likun Gao1-5/+4
2020-12-09drm/amdgpu: use AMDGPU_NUM_VMID when possibleNirmoy Das1-1/+1
2020-12-02drm/amd/amdgpu/gfx_v10_0: Make local function 'gfx_v10_0_rlc_stop()' staticLee Jones1-1/+1
2020-12-02drm/amd/amdgpu/gfx_v10_0: Remove a bunch of set but unused variablesLee Jones1-9/+0
2020-12-02drm/amdgpu: set LDS_CONFIG=0x20 on VanGogh to fix MGCG hangMarek Olšák1-0/+3
2020-12-01drm/amdgpu: Set doorbell range for gfx ringJinzhou Su1-2/+5
2020-12-01drm/amdgpu: update GC golden setting for dimgrey_cavefishTao Zhou1-0/+1
2020-11-24drm/amdgpu: update GC golden setting for navy_flounderJiansong Chen1-0/+3
2020-11-24drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+2
2020-11-24drm/amdgpu: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-24drm/amdgpu: Add gfx doorbell setting for VangoghJinzhou Su1-10/+14
2020-11-16drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+7
2020-11-13drm/amdgpu: fix compute queue priority if num_kcq is less than 4Nirmoy Das1-2/+4
2020-11-10drm/amdgpu: update gfx golden setting for dimgrey_cavefishTao Zhou1-1/+2
2020-11-05drm/amdgpu: set LDS_CONFIG=0x20 on Navy Flounder to fix a GPU hang (v2)Marek Olšák1-1/+4
2020-11-05drm/amdgpu: enable GFXOFF for dimgrey_cavefishTao Zhou1-0/+1
2020-11-05drm/amdgpu: Add Fine Grain Clock Gating for GFX10Jinzhou.Su1-0/+45
2020-11-02drm/amdgpu/gfx: improve code indentation and alignmentDeepak R Varma1-5/+5
2020-11-02drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+4
2020-10-30drm/amd/amdgpu: simplify pa_sc_tile_steering_override checkChengming Gui1-4/+1
2020-10-30amdgpu:Add flag for updating MGCG on GFX10Jinzhou.Su1-0/+1
2020-10-23drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao1-0/+9
2020-10-16drm/amdgpu: move amdgpu_num_kcq handling to a helperAlex Deucher1-1/+2
2020-10-16drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+1
2020-10-15drm/amdgpu: add rlc iram and dram firmware supportLikun Gao1-6/+33
2020-10-15drm/amdgpu: add function to program pbb mode for sienna cichlidLikun Gao1-0/+62
2020-10-15Revert "drm/amdgpu: disable gfxoff temporarily for navy_flounder"Jiansong Chen1-1/+0
2020-10-15drm/amdgpu: add interface for setting MGCG perfmonEvan Quan1-0/+16
2020-10-15drm/amdgpu: disable gpa mode for direct loadingHuang Rui1-0/+20
2020-10-14drm/amdgpu: fix the issue that apu has no smu firmware binaryHuang Rui1-1/+1
2020-10-12drm/amdgpu: add gc golden setting for dimgrey_cavefishTao Zhou1-0/+42
2020-10-12drm/amdgpu: support cp_fw_write_wait for dimgrey_cavefishTao Zhou1-0/+1
2020-10-12drm/amdgpu: force pa_sc_tile_steering_override to 0 for dimgrey_cavefishTao Zhou1-0/+1
2020-10-12drm/amdgpu: configure dimgrey_cavefish gfx according to gfx 10.3's definitionTao Zhou1-0/+9
2020-10-12drm/amdgpu: add gfx ip block for dimgrey_cavefishTao Zhou1-0/+4
2020-10-12drm/amdgpu: add gfx clock gating support for dimgrey_cavefishTao Zhou1-0/+1
2020-10-12drm/amdgpu: add support for dimgrey_cavefish firmwareTao Zhou1-0/+10
2020-10-09drm/amdgpu: modify cp_flags to pg_flags in gfx_v10_cntl_power_gatingChangfeng1-1/+1
2020-10-05drm/amdgpu: add gfx power gating for gfx10Huang Rui1-0/+24
2020-10-05drm/amdgpu: disable gfxoff on vangogh for the moment (v2)Huang Rui1-0/+1
2020-10-05drm/amdgpu/gfx10: add updated register offsets for VGHAlex Deucher1-2/+16