]> Git Repo - linux.git/commitdiff
drm/amdgpu: enable VCN DPG for GC IP v11.0.4
authorSaleemkhan Jamadar <[email protected]>
Tue, 20 Dec 2022 07:51:44 +0000 (13:21 +0530)
committerAlex Deucher <[email protected]>
Wed, 21 Dec 2022 20:30:38 +0000 (15:30 -0500)
Enable VCN Dynamic Power Gating control for GC IP v11.0.4.

Signed-off-by: Saleemkhan Jamadar <[email protected]>
Reviewed-by: Veerabadhran Gopalakrishnan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected] # 6.0, 6.1
drivers/gpu/drm/amd/amdgpu/soc21.c

index 7d5fdf450d0cc99f693a1e7f34a3fd5027667535..5562670b7b52193d01f61ad5fb5597f92ce32709 100644 (file)
@@ -666,6 +666,7 @@ static int soc21_common_early_init(void *handle)
                        AMD_CG_SUPPORT_VCN_MGCG |
                        AMD_CG_SUPPORT_JPEG_MGCG;
                adev->pg_flags = AMD_PG_SUPPORT_VCN |
+                       AMD_PG_SUPPORT_VCN_DPG |
                        AMD_PG_SUPPORT_GFX_PG |
                        AMD_PG_SUPPORT_JPEG;
                adev->external_rev_id = adev->rev_id + 0x1;
This page took 0.055917 seconds and 4 git commands to generate.