Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Huang Rui and committed by
Alex Deucher
a5a5e308 6d51c813

+2 -2
+2 -2
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
··· 302 302 static const u32 golden_settings_polaris10_a11[] = 303 303 { 304 304 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, 307 307 mmCB_HW_CONTROL_3, 0x000001ff, 0x00000040, 308 308 mmDB_DEBUG2, 0xf00fffff, 0x00000400, 309 309 mmPA_SC_ENHANCE, 0xffffffff, 0x20000001,