diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 125003517544..b72cf063df1a 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1092,8 +1092,7 @@ static int vi_common_early_init(void *handle) | |||
1092 | case CHIP_STONEY: | 1092 | case CHIP_STONEY: |
1093 | adev->has_uvd = true; | 1093 | adev->has_uvd = true; |
1094 | adev->cg_flags = 0; | 1094 | adev->cg_flags = 0; |
1095 | /* Disable UVD pg */ | 1095 | adev->pg_flags = 0; |
1096 | adev->pg_flags = /* AMDGPU_PG_SUPPORT_UVD | */AMDGPU_PG_SUPPORT_VCE; | ||
1097 | adev->external_rev_id = adev->rev_id + 0x1; | 1096 | adev->external_rev_id = adev->rev_id + 0x1; |
1098 | break; | 1097 | break; |
1099 | default: | 1098 | default: |