From: Saleemkhan Jamadar <[email protected]>

Added the video capability query support for VCN version 4_0_5

Signed-off-by: Saleemkhan Jamadar <[email protected]>
Reviewed-by: Veerabadhran Gopalakrishnan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/soc21.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c 
b/drivers/gpu/drm/amd/amdgpu/soc21.c
index bb281ee3bd15..6416e9575f36 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc21.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -157,6 +157,7 @@ static int soc21_query_video_codecs(struct amdgpu_device 
*adev, bool encode,
        case IP_VERSION(4, 0, 0):
        case IP_VERSION(4, 0, 2):
        case IP_VERSION(4, 0, 4):
+       case IP_VERSION(4, 0, 5):
                if (amdgpu_sriov_vf(adev)) {
                        if ((adev->vcn.harvest_config & 
AMDGPU_VCN_HARVEST_VCN0) ||
                        !amdgpu_sriov_is_av1_support(adev)) {
-- 
2.41.0

Reply via email to