aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2016-08-02 01:15:12 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-08-02 16:09:09 -0400
commita5a5e3084ec457f234298392dfa2c55db47b603f (patch)
tree5d36ea3a88bc5764d1661c1356b36a63a420bd6c /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
parent6d51c813b172b4374fe7a6b732b6666f8d77bfea (diff)
drm/amdgpu: update golden setting of polaris10
Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index 3b7f6e87d244..b8184617ca25 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@ -302,8 +302,8 @@ static const u32 polaris11_golden_common_all[] =
302static const u32 golden_settings_polaris10_a11[] = 302static const u32 golden_settings_polaris10_a11[] =
303{ 303{
304 mmATC_MISC_CG, 0x000c0fc0, 0x000c0200, 304 mmATC_MISC_CG, 0x000c0fc0, 0x000c0200,
305 mmCB_HW_CONTROL, 0xfffdf3cf, 0x00007208, 305 mmCB_HW_CONTROL, 0x0001f3cf, 0x00007208,
306 mmCB_HW_CONTROL_2, 0, 0x0f000000, 306 mmCB_HW_CONTROL_2, 0x0f000000, 0x0f000000,
307 mmCB_HW_CONTROL_3, 0x000001ff, 0x00000040, 307 mmCB_HW_CONTROL_3, 0x000001ff, 0x00000040,
308 mmDB_DEBUG2, 0xf00fffff, 0x00000400, 308 mmDB_DEBUG2, 0xf00fffff, 0x00000400,
309 mmPA_SC_ENHANCE, 0xffffffff, 0x20000001, 309 mmPA_SC_ENHANCE, 0xffffffff, 0x20000001,