diff options
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 67845ee644ad..652e76644c31 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1442,7 +1442,8 @@ static int vi_common_early_init(void *handle) | |||
1442 | break; | 1442 | break; |
1443 | case CHIP_FIJI: | 1443 | case CHIP_FIJI: |
1444 | adev->has_uvd = true; | 1444 | adev->has_uvd = true; |
1445 | adev->cg_flags = 0; | 1445 | adev->cg_flags = AMDGPU_CG_SUPPORT_UVD_MGCG | |
1446 | AMDGPU_CG_SUPPORT_VCE_MGCG; | ||
1446 | adev->pg_flags = 0; | 1447 | adev->pg_flags = 0; |
1447 | adev->external_rev_id = adev->rev_id + 0x3c; | 1448 | adev->external_rev_id = adev->rev_id + 0x3c; |
1448 | break; | 1449 | break; |