aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index 52d0a83e6ad1..820af9293655 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -934,12 +934,12 @@ static int vi_common_early_init(void *handle)
934 adev->external_rev_id = adev->rev_id + 0x14; 934 adev->external_rev_id = adev->rev_id + 0x14;
935 break; 935 break;
936 case CHIP_POLARIS11: 936 case CHIP_POLARIS11:
937 adev->cg_flags = 0; 937 adev->cg_flags = AMD_CG_SUPPORT_UVD_MGCG;
938 adev->pg_flags = 0; 938 adev->pg_flags = 0;
939 adev->external_rev_id = adev->rev_id + 0x5A; 939 adev->external_rev_id = adev->rev_id + 0x5A;
940 break; 940 break;
941 case CHIP_POLARIS10: 941 case CHIP_POLARIS10:
942 adev->cg_flags = 0; 942 adev->cg_flags = AMD_CG_SUPPORT_UVD_MGCG;
943 adev->pg_flags = 0; 943 adev->pg_flags = 0;
944 adev->external_rev_id = adev->rev_id + 0x50; 944 adev->external_rev_id = adev->rev_id + 0x50;
945 break; 945 break;