We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d51c81 commit a5a5e30Copy full SHA for a5a5e30
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@ -302,8 +302,8 @@ static const u32 polaris11_golden_common_all[] =
302
static const u32 golden_settings_polaris10_a11[] =
303
{
304
mmATC_MISC_CG, 0x000c0fc0, 0x000c0200,
305
- mmCB_HW_CONTROL, 0xfffdf3cf, 0x00007208,
306
- mmCB_HW_CONTROL_2, 0, 0x0f000000,
+ mmCB_HW_CONTROL, 0x0001f3cf, 0x00007208,
+ mmCB_HW_CONTROL_2, 0x0f000000, 0x0f000000,
307
mmCB_HW_CONTROL_3, 0x000001ff, 0x00000040,
308
mmDB_DEBUG2, 0xf00fffff, 0x00000400,
309
mmPA_SC_ENHANCE, 0xffffffff, 0x20000001,
0 commit comments