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

drm/amdgpu/discovery: enable soc21 support

Add 11.5.0 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
bb7249ee 0d1db799

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 1632 1632 case IP_VERSION(11, 0, 2): 1633 1633 case IP_VERSION(11, 0, 3): 1634 1634 case IP_VERSION(11, 0, 4): 1635 + case IP_VERSION(11, 5, 0): 1635 1636 amdgpu_device_ip_block_add(adev, &soc21_common_ip_block); 1636 1637 break; 1637 1638 default: