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/discovery: enable gfx v11 for GC 11.0.1

Enable gfx v11 for GC 11.0.1.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Huang Rui and committed by
Alex Deucher
10eab4e7 7319c14f

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1749 1749 amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block); 1750 1750 break; 1751 1751 case IP_VERSION(11, 0, 0): 1752 + case IP_VERSION(11, 0, 1): 1752 1753 case IP_VERSION(11, 0, 2): 1753 1754 amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block); 1754 1755 break;