diff options
author | Flora Cui <Flora.Cui@amd.com> | 2017-02-07 02:35:09 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-02-08 17:25:02 -0500 |
commit | ea0875a0b6fc92c6d61376ec4890ae716a2156e4 (patch) | |
tree | 537aa2feaff2e5342e3900062afeca3c4eed47c7 /drivers/gpu/drm/amd/amdgpu/si_enums.h | |
parent | 2c0c8f2d38435ec7e20f50d658ddba0155b35663 (diff) |
drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDEN
Signed-off-by: Flora Cui <Flora.Cui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_enums.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_enums.h | 2 |
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 @@ | |||
144 | 144 | ||
145 | #define TAHITI_GB_ADDR_CONFIG_GOLDEN 0x12011003 | 145 | #define TAHITI_GB_ADDR_CONFIG_GOLDEN 0x12011003 |
146 | #define VERDE_GB_ADDR_CONFIG_GOLDEN 0x02010002 | 146 | #define VERDE_GB_ADDR_CONFIG_GOLDEN 0x02010002 |
147 | #define HAINAN_GB_ADDR_CONFIG_GOLDEN 0x02010001 | 147 | #define HAINAN_GB_ADDR_CONFIG_GOLDEN 0x02011003 |
148 | 148 | ||
149 | #define PACKET3(op, n) ((RADEON_PACKET_TYPE3 << 30) | \ | 149 | #define PACKET3(op, n) ((RADEON_PACKET_TYPE3 << 30) | \ |
150 | (((op) & 0xFF) << 8) | \ | 150 | (((op) & 0xFF) << 8) | \ |