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: Add video cap query support for VCN_4_0_5

Added the video capability query support for VCN version 4_0_5

Signed-off-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com>
Reviewed-by: Veerabadhran Gopalakrishnan <Veerabadhran.Gopalakrishnan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Saleemkhan Jamadar and committed by
Alex Deucher
c64f3895 cc308acc

+1
+1
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 157 157 case IP_VERSION(4, 0, 0): 158 158 case IP_VERSION(4, 0, 2): 159 159 case IP_VERSION(4, 0, 4): 160 + case IP_VERSION(4, 0, 5): 160 161 if (amdgpu_sriov_vf(adev)) { 161 162 if ((adev->vcn.harvest_config & AMDGPU_VCN_HARVEST_VCN0) || 162 163 !amdgpu_sriov_is_av1_support(adev)) {