Change-Id: I3e5f42158c57d1ec722f713b129189bc5f802b11 Signed-off-by: Huang Rui <ray.huang at amd.com> --- drivers/gpu/drm/amd/include/asic_reg/si/sid.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h b/drivers/gpu/drm/amd/include/asic_reg/si/sid.h index 9609199..ced0390 100644 --- a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h +++ b/drivers/gpu/drm/amd/include/asic_reg/si/sid.h @@ -1968,7 +1968,11 @@ #define AMDGPU_MM_INDEX 0x0000 #define AMDGPU_MM_DATA 0x0001 -#define ASIC_IS_DCE6(adev) ((adev->asic_type == CHIP_VERDE)) +#define ASIC_IS_DCE6(adev) ((adev->asic_type == CHIP_VERDE) || \ + (adev->asic_type == CHIP_TAHITI) || \ + (adev->asic_type == CHIP_PITCAIRN) || \ + (adev->asic_type == CHIP_OLAND)) + #define VERDE_NUM_CRTC 6 #define BLACKOUT_MODE_MASK 0x00000007 #define VGA_RENDER_CONTROL 0xC0 -- 2.7.4