On Wed, Mar 8, 2023 at 9:58 AM <[email protected]> wrote:
>
> From: Veerabadhran Gopalakrishnan <[email protected]>
>
> Added the video capability query support for VCN version 4_0_4
>
> Signed-off-by: Veerabadhran Gopalakrishnan 
> <[email protected]>
> Reviewed-by: Leo Liu <[email protected]>

Reviewed-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 9df223600..061793d39 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc21.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
> @@ -111,6 +111,7 @@ static int soc21_query_video_codecs(struct amdgpu_device 
> *adev, bool encode,
>         switch (adev->ip_versions[UVD_HWIP][0]) {
>         case IP_VERSION(4, 0, 0):
>         case IP_VERSION(4, 0, 2):
> +       case IP_VERSION(4, 0, 4):
>                 if (adev->vcn.harvest_config & AMDGPU_VCN_HARVEST_VCN0) {
>                         if (encode)
>                                 *codecs = &vcn_4_0_0_video_codecs_encode_vcn1;
> --
> 2.34.1
>

Reply via email to