Commit 380302f8 authored by James Zhu's avatar James Zhu Committed by Alex Deucher

drm/amdgpu/jpeg: enable jpeg cg for VCN4_0_3

Enable jpeg cg for VCN4_0_3.
Signed-off-by: default avatarJames Zhu <James.Zhu@amd.com>
Reviewed-by: default avatarLeo Liu <leo.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b889ef4a
...@@ -1095,7 +1095,8 @@ static int soc15_common_early_init(void *handle) ...@@ -1095,7 +1095,8 @@ static int soc15_common_early_init(void *handle)
break; break;
case IP_VERSION(9, 4, 3): case IP_VERSION(9, 4, 3):
adev->asic_funcs = &vega20_asic_funcs; adev->asic_funcs = &vega20_asic_funcs;
adev->cg_flags = 0; adev->cg_flags =
AMD_CG_SUPPORT_JPEG_MGCG;
adev->pg_flags = 0; adev->pg_flags = 0;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment