From: James Zhu <[email protected]>

Enable jpeg cg for VCN4_0_3.

Signed-off-by: James Zhu <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/soc15.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c 
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index dc43aa5b6f40..b120c2624f1c 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -1103,7 +1103,8 @@ static int soc15_common_early_init(void *handle)
                break;
        case IP_VERSION(9, 4, 3):
                adev->asic_funcs = &vega20_asic_funcs;
-               adev->cg_flags = 0;
+               adev->cg_flags =
+                       AMD_CG_SUPPORT_JPEG_MGCG;
                adev->pg_flags = 0;
                break;
        default:
-- 
2.39.2

Reply via email to