]> Git Repo - linux.git/commitdiff
drm/amdgpu: Update gc golden setting for vega family
authorshaoyunl <[email protected]>
Mon, 11 Mar 2019 15:47:52 +0000 (11:47 -0400)
committerAlex Deucher <[email protected]>
Mon, 11 Mar 2019 20:57:20 +0000 (15:57 -0500)
GC owner suggested the setting should be applied which is missed by HW default

Signed-off-by: shaoyunl <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

index 5533f6e4f4a48be84351c2429b8202862f827988..d0309e8c9d12cdafa95d2a23e84018f4bb6b8035 100644 (file)
@@ -220,6 +220,7 @@ static const struct soc15_reg_golden golden_settings_gc_9_1_rv2[] =
 
 static const struct soc15_reg_golden golden_settings_gc_9_x_common[] =
 {
+       SOC15_REG_GOLDEN_VALUE(GC, 0, mmCP_SD_CNTL, 0xffffffff, 0x000001ff),
        SOC15_REG_GOLDEN_VALUE(GC, 0, mmGRBM_CAM_INDEX, 0xffffffff, 0x00000000),
        SOC15_REG_GOLDEN_VALUE(GC, 0, mmGRBM_CAM_DATA, 0xffffffff, 0x2544c382)
 };
This page took 0.066857 seconds and 4 git commands to generate.