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: Added Video Capabilities for VCN 406

Updated Query Video codecs for VCN 406

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
437591d2 2b53b366

+6
+6
drivers/gpu/drm/amd/amdgpu/soc21.c
··· 185 185 } 186 186 } 187 187 return 0; 188 + case IP_VERSION(4, 0, 6): 189 + if (encode) 190 + *codecs = &vcn_4_0_0_video_codecs_encode_vcn0; 191 + else 192 + *codecs = &vcn_4_0_0_video_codecs_decode_vcn0; 193 + return 0; 188 194 default: 189 195 return -EINVAL; 190 196 }