Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu/soc21: Enabling PG and CG flags for VCN 4.0.6

Enabled the VCN Power Gating and Clock Gating flags for VCN 4.0.6.

Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Veerabadhran Gopalakrishnan and committed by
Alex Deucher
84eaa2c2 3651306a

+7 -2
+7 -2
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 742 742 AMD_CG_SUPPORT_ATHUB_LS | 743 743 AMD_CG_SUPPORT_IH_CG | 744 744 AMD_CG_SUPPORT_BIF_MGCG | 745 - AMD_CG_SUPPORT_BIF_LS; 745 + AMD_CG_SUPPORT_BIF_LS | 746 + AMD_CG_SUPPORT_VCN_MGCG | 747 + AMD_CG_SUPPORT_JPEG_MGCG; 746 748 adev->pg_flags = 747 - AMD_PG_SUPPORT_GFX_PG; 749 + AMD_PG_SUPPORT_GFX_PG | 750 + AMD_PG_SUPPORT_VCN | 751 + AMD_PG_SUPPORT_VCN_DPG | 752 + AMD_PG_SUPPORT_JPEG; 748 753 adev->external_rev_id = adev->rev_id + 0xc1; 749 754 break; 750 755 default: