[AMD Official Use Only - General] The series of 4 patches are: Reviewed-by: Leo Liu <leo.liu@xxxxxxx> > -----Original Message----- > From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Alex > Deucher > Sent: Wednesday, February 21, 2024 12:00 PM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Zhang, Yifan <Yifan1.Zhang@xxxxxxx>; Deucher, Alexander > <Alexander.Deucher@xxxxxxx> > Subject: [PATCH 4/4] drm/amdgpu: add vcn 4.0.6 discovery support > > From: Yifan Zhang <yifan1.zhang@xxxxxxx> > > This patch is to add vcn 4.0.6 support > > Signed-off-by: Yifan Zhang <yifan1.zhang@xxxxxxx> > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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