diff options
| author | 2017-02-07 15:35:09 +0800 | |
|---|---|---|
| committer | 2017-02-08 17:25:02 -0500 | |
| commit | ea0875a0b6fc92c6d61376ec4890ae716a2156e4 (patch) | |
| tree | 537aa2feaff2e5342e3900062afeca3c4eed47c7 | |
| parent | drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDEN (diff) | |
| download | wireguard-linux-ea0875a0b6fc92c6d61376ec4890ae716a2156e4.tar.xz wireguard-linux-ea0875a0b6fc92c6d61376ec4890ae716a2156e4.zip | |
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>
| -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 @@ #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) | \ |
