aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_enums.h
diff options
context:
space:
mode:
authorFlora Cui <[email protected]>2017-02-07 07:35:09 +0000
committerAlex Deucher <[email protected]>2017-02-08 22:25:02 +0000
commitea0875a0b6fc92c6d61376ec4890ae716a2156e4 (patch)
tree537aa2feaff2e5342e3900062afeca3c4eed47c7 /drivers/gpu/drm/amd/amdgpu/si_enums.h
parentdrm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDEN (diff)
downloadkernel-ea0875a0b6fc92c6d61376ec4890ae716a2156e4.tar.gz
kernel-ea0875a0b6fc92c6d61376ec4890ae716a2156e4.zip
drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDEN
Signed-off-by: Flora Cui <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_enums.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_enums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_enums.h b/drivers/gpu/drm/amd/amdgpu/si_enums.h
index 331033ff4f69..dc9e0e6b4558 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_enums.h
+++ b/drivers/gpu/drm/amd/amdgpu/si_enums.h
@@ -144,7 +144,7 @@
#define TAHITI_GB_ADDR_CONFIG_GOLDEN 0x12011003
#define VERDE_GB_ADDR_CONFIG_GOLDEN 0x02010002
-#define HAINAN_GB_ADDR_CONFIG_GOLDEN 0x02010001
+#define HAINAN_GB_ADDR_CONFIG_GOLDEN 0x02011003
#define PACKET3(op, n) ((RADEON_PACKET_TYPE3 << 30) | \
(((op) & 0xFF) << 8) | \