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

drm/amdgpu: enable gmc11 for GC 11.5.0

Add to IP discovery table.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Prike Liang and committed by
Alex Deucher
b90975fa aba2be41

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1680 1680 case IP_VERSION(11, 0, 2): 1681 1681 case IP_VERSION(11, 0, 3): 1682 1682 case IP_VERSION(11, 0, 4): 1683 + case IP_VERSION(11, 5, 0): 1683 1684 amdgpu_device_ip_block_add(adev, &gmc_v11_0_ip_block); 1684 1685 break; 1685 1686 default: