diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cikd.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cikd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cikd.h b/drivers/gpu/drm/amd/amdgpu/cikd.h index 8659852aea9e..6cbd913fd12e 100644 --- a/drivers/gpu/drm/amd/amdgpu/cikd.h +++ b/drivers/gpu/drm/amd/amdgpu/cikd.h | |||
@@ -43,6 +43,14 @@ | |||
43 | #define CRTC4_REGISTER_OFFSET (0x477c - 0x1b7c) | 43 | #define CRTC4_REGISTER_OFFSET (0x477c - 0x1b7c) |
44 | #define CRTC5_REGISTER_OFFSET (0x4a7c - 0x1b7c) | 44 | #define CRTC5_REGISTER_OFFSET (0x4a7c - 0x1b7c) |
45 | 45 | ||
46 | /* hpd instance offsets */ | ||
47 | #define HPD0_REGISTER_OFFSET (0x1807 - 0x1807) | ||
48 | #define HPD1_REGISTER_OFFSET (0x180a - 0x1807) | ||
49 | #define HPD2_REGISTER_OFFSET (0x180d - 0x1807) | ||
50 | #define HPD3_REGISTER_OFFSET (0x1810 - 0x1807) | ||
51 | #define HPD4_REGISTER_OFFSET (0x1813 - 0x1807) | ||
52 | #define HPD5_REGISTER_OFFSET (0x1816 - 0x1807) | ||
53 | |||
46 | #define BONAIRE_GB_ADDR_CONFIG_GOLDEN 0x12010001 | 54 | #define BONAIRE_GB_ADDR_CONFIG_GOLDEN 0x12010001 |
47 | #define HAWAII_GB_ADDR_CONFIG_GOLDEN 0x12011003 | 55 | #define HAWAII_GB_ADDR_CONFIG_GOLDEN 0x12011003 |
48 | 56 | ||