Skip to content

Commit a5a5e30

Browse files
huangruialexdeucher
authored andcommitted
drm/amdgpu: update golden setting of polaris10
Signed-off-by: Huang Rui <[email protected]> Reviewed-by: Ken Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 6d51c81 commit a5a5e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ static const u32 polaris11_golden_common_all[] =
302302
static const u32 golden_settings_polaris10_a11[] =
303303
{
304304
mmATC_MISC_CG, 0x000c0fc0, 0x000c0200,
305-
mmCB_HW_CONTROL, 0xfffdf3cf, 0x00007208,
306-
mmCB_HW_CONTROL_2, 0, 0x0f000000,
305+
mmCB_HW_CONTROL, 0x0001f3cf, 0x00007208,
306+
mmCB_HW_CONTROL_2, 0x0f000000, 0x0f000000,
307307
mmCB_HW_CONTROL_3, 0x000001ff, 0x00000040,
308308
mmDB_DEBUG2, 0xf00fffff, 0x00000400,
309309
mmPA_SC_ENHANCE, 0xffffffff, 0x20000001,

0 commit comments

Comments
 (0)