[PATCH] drm/amdgpu: update vcn/jpeg PG flags for VCN 3.1.1
Alex Deucher
alexander.deucher at amd.com
Tue Feb 15 15:19:07 UTC 2022
From: Sathishkumar S <sathishkumar.sundararaju at amd.com>
update vcn and jpeg power gating flags for VCN 3.1.1
Signed-off-by: Sathishkumar S <sathishkumar.sundararaju at amd.com>
Reviewed-by: James Zhu <James.Zhu at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
drivers/gpu/drm/amd/amdgpu/nv.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index 8cd1dbaddeb4..8a5642f2daa6 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -907,7 +907,9 @@ static int nv_common_early_init(void *handle)
break;
case IP_VERSION(10, 3, 7):
adev->cg_flags = 0;
- adev->pg_flags = 0;
+ adev->pg_flags = AMD_PG_SUPPORT_VCN |
+ AMD_PG_SUPPORT_VCN_DPG |
+ AMD_PG_SUPPORT_JPEG;
adev->external_rev_id = adev->rev_id + 0x01;
break;
default:
--
2.34.1
More information about the amd-gfx
mailing list