mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
drm/amdgpu/jpeg: enable jpeg pg for VCN4_0_3
Enable jpeg pg for VCN4_0_3. 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>
This commit is contained in:
parent
380302f8b8
commit
b7179fc29f
|
|
@ -1097,7 +1097,8 @@ static int soc15_common_early_init(void *handle)
|
|||
adev->asic_funcs = &vega20_asic_funcs;
|
||||
adev->cg_flags =
|
||||
AMD_CG_SUPPORT_JPEG_MGCG;
|
||||
adev->pg_flags = 0;
|
||||
adev->pg_flags =
|
||||
AMD_PG_SUPPORT_JPEG;
|
||||
break;
|
||||
default:
|
||||
/* FIXME: not supported yet */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user