summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2020-12-17 16:14:08 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 22:57:12 -0400
commitbd937973ebfeefb975d89f9f54c13b82cf6f42f8 (patch)
tree5c00523389ccf1dfc8b1461053a0137c98239106 /drivers/gpu/drm/amd/amdgpu/soc15.c
parentfdb1fdef2df48a740477791ac465b57cd3a0d71a (diff)
downloadlinux-bd937973ebfeefb975d89f9f54c13b82cf6f42f8.tar.bz2
drm/amdgpu: enable vcn dpg mode on aldebaran
Enable vcn dpg mode on aldebaran Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 2c3210342cad..b47cdee9ff32 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -1488,7 +1488,7 @@ static int soc15_common_early_init(void *handle)
case CHIP_ALDEBARAN:
adev->asic_funcs = &vega20_asic_funcs;
adev->cg_flags = 0;
- adev->pg_flags = 0;
+ adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG;
adev->external_rev_id = adev->rev_id + 0x3c;
break;
default: