aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index a330d70ae202..83f890a3c31c 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1112,7 +1112,9 @@ static int vi_common_early_init(void *handle)
1112 AMD_CG_SUPPORT_GFX_CGLS | 1112 AMD_CG_SUPPORT_GFX_CGLS |
1113 AMD_CG_SUPPORT_BIF_LS | 1113 AMD_CG_SUPPORT_BIF_LS |
1114 AMD_CG_SUPPORT_HDP_MGCG | 1114 AMD_CG_SUPPORT_HDP_MGCG |
1115 AMD_CG_SUPPORT_HDP_LS; 1115 AMD_CG_SUPPORT_HDP_LS |
1116 AMD_CG_SUPPORT_SDMA_MGCG |
1117 AMD_CG_SUPPORT_SDMA_LS;
1116 adev->pg_flags = 0; 1118 adev->pg_flags = 0;
1117 adev->external_rev_id = adev->rev_id + 0x1; 1119 adev->external_rev_id = adev->rev_id + 0x1;
1118 break; 1120 break;