Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: add vcn 4.0.6 discovery support

This patch is to add vcn 4.0.6 support

Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Yifan Zhang and committed by
Alex Deucher
a24029cc bb87e511

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 2140 2140 amdgpu_device_ip_block_add(adev, &jpeg_v4_0_3_ip_block); 2141 2141 break; 2142 2142 case IP_VERSION(4, 0, 5): 2143 + case IP_VERSION(4, 0, 6): 2143 2144 amdgpu_device_ip_block_add(adev, &vcn_v4_0_5_ip_block); 2144 2145 amdgpu_device_ip_block_add(adev, &jpeg_v4_0_5_ip_block); 2145 2146 break;