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 gfx v12_1_0 to discovery list

Include gfx v12_1_0 in the discovery list for
gfx IP blocks

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Likun Gao and committed by
Alex Deucher
6fb01a20 ad5f1ee0

+4
+4
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 79 79 #include "gfx_v10_0.h" 80 80 #include "gfx_v11_0.h" 81 81 #include "gfx_v12_0.h" 82 + #include "gfx_v12_1.h" 82 83 #include "sdma_v5_0.h" 83 84 #include "sdma_v5_2.h" 84 85 #include "sdma_v6_0.h" ··· 2363 2362 case IP_VERSION(12, 0, 0): 2364 2363 case IP_VERSION(12, 0, 1): 2365 2364 amdgpu_device_ip_block_add(adev, &gfx_v12_0_ip_block); 2365 + break; 2366 + case IP_VERSION(12, 1, 0): 2367 + amdgpu_device_ip_block_add(adev, &gfx_v12_1_ip_block); 2366 2368 break; 2367 2369 default: 2368 2370 dev_err(adev->dev, "Failed to add gfx ip block(GC_HWIP:0x%x)\n",