diff options
author | Huang Rui <ray.huang@amd.com> | 2016-08-01 23:28:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-02 16:08:38 -0400 |
commit | 3a494b588f724fde00ae3ca0aa1c7e6cef1d0d51 (patch) | |
tree | 400fe0dcf96901f093b76d9bc28d731c4c53ddc7 /drivers/gpu/drm/amd/amdgpu | |
parent | fe85f07f582751da0a65d4ba7e3b36ebcbe55019 (diff) |
drm/amdgpu: update golden setting of carrizo
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index a4983237baa0..85854ba2cf0c 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |||
@@ -506,8 +506,10 @@ static const u32 cz_golden_settings_a11[] = | |||
506 | mmGB_GPU_ID, 0x0000000f, 0x00000000, | 506 | mmGB_GPU_ID, 0x0000000f, 0x00000000, |
507 | mmPA_SC_ENHANCE, 0xffffffff, 0x00000001, | 507 | mmPA_SC_ENHANCE, 0xffffffff, 0x00000001, |
508 | mmPA_SC_LINE_STIPPLE_STATE, 0x0000ff0f, 0x00000000, | 508 | mmPA_SC_LINE_STIPPLE_STATE, 0x0000ff0f, 0x00000000, |
509 | mmRLC_CGCG_CGLS_CTRL, 0x00000003, 0x0000003c, | ||
509 | mmSQ_RANDOM_WAVE_PRI, 0x001fffff, 0x000006fd, | 510 | mmSQ_RANDOM_WAVE_PRI, 0x001fffff, 0x000006fd, |
510 | mmTA_CNTL_AUX, 0x000f000f, 0x00010000, | 511 | mmTA_CNTL_AUX, 0x000f000f, 0x00010000, |
512 | mmTCC_CTRL, 0x00100000, 0xf31fff7f, | ||
511 | mmTCC_EXE_DISABLE, 0x00000002, 0x00000002, | 513 | mmTCC_EXE_DISABLE, 0x00000002, 0x00000002, |
512 | mmTCP_ADDR_CONFIG, 0x0000000f, 0x000000f3, | 514 | mmTCP_ADDR_CONFIG, 0x0000000f, 0x000000f3, |
513 | mmTCP_CHAN_STEER_LO, 0xffffffff, 0x00001302 | 515 | mmTCP_CHAN_STEER_LO, 0xffffffff, 0x00001302 |