[PATCH 4/4] drm/amdgpu: add vcn 4.0.6 discovery support

Liu, Leo Leo.Liu at amd.com
Wed Feb 21 18:39:40 UTC 2024


[AMD Official Use Only - General]

The series of 4 patches are:
Reviewed-by: Leo Liu <leo.liu at amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Alex
> Deucher
> Sent: Wednesday, February 21, 2024 12:00 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Zhang, Yifan <Yifan1.Zhang at amd.com>; Deucher, Alexander
> <Alexander.Deucher at amd.com>
> Subject: [PATCH 4/4] drm/amdgpu: add vcn 4.0.6 discovery support
>
> From: Yifan Zhang <yifan1.zhang at amd.com>
>
> This patch is to add vcn 4.0.6 support
>
> Signed-off-by: Yifan Zhang <yifan1.zhang at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  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



More information about the amd-gfx mailing list