[AMD Official Use Only - General]

The series of 4 patches are:
Reviewed-by: Leo Liu <[email protected]>

> -----Original Message-----
> From: amd-gfx <[email protected]> On Behalf Of Alex
> Deucher
> Sent: Wednesday, February 21, 2024 12:00 PM
> To: [email protected]
> Cc: Zhang, Yifan <[email protected]>; Deucher, Alexander
> <[email protected]>
> Subject: [PATCH 4/4] drm/amdgpu: add vcn 4.0.6 discovery support
>
> From: Yifan Zhang <[email protected]>
>
> This patch is to add vcn 4.0.6 support
>
> Signed-off-by: Yifan Zhang <[email protected]>
> Signed-off-by: Alex Deucher <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 704b7820c47c..6e4d26753aac 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -2140,6 +2140,7 @@ static int
> amdgpu_discovery_set_mm_ip_blocks(struct amdgpu_device *adev)
>                       amdgpu_device_ip_block_add(adev,
> &jpeg_v4_0_3_ip_block);
>                       break;
>               case IP_VERSION(4, 0, 5):
> +             case IP_VERSION(4, 0, 6):
>                       amdgpu_device_ip_block_add(adev,
> &vcn_v4_0_5_ip_block);
>                       amdgpu_device_ip_block_add(adev,
> &jpeg_v4_0_5_ip_block);
>                       break;
> --
> 2.43.2

Reply via email to