aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index 7d03ea196aef..0e9d3821a712 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1109,7 +1109,10 @@ static int vi_common_early_init(void *handle)
1109 AMD_CG_SUPPORT_GFX_MGLS | 1109 AMD_CG_SUPPORT_GFX_MGLS |
1110 AMD_CG_SUPPORT_GFX_CGTS_LS | 1110 AMD_CG_SUPPORT_GFX_CGTS_LS |
1111 AMD_CG_SUPPORT_GFX_CGCG | 1111 AMD_CG_SUPPORT_GFX_CGCG |
1112 AMD_CG_SUPPORT_GFX_CGLS; 1112 AMD_CG_SUPPORT_GFX_CGLS |
1113 AMD_CG_SUPPORT_BIF_LS |
1114 AMD_CG_SUPPORT_HDP_MGCG |
1115 AMD_CG_SUPPORT_HDP_LS;
1113 adev->pg_flags = 0; 1116 adev->pg_flags = 0;
1114 adev->external_rev_id = adev->rev_id + 0x1; 1117 adev->external_rev_id = adev->rev_id + 0x1;
1115 break; 1118 break;