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

drm/amdgpu/discovery: add IH v6

Enable IH v6 on asics where it is present.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Likun Gao and committed by
Alex Deucher
2929a6bf 6e02c0ed

+4
+4
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 56 56 #include "nv.h" 57 57 #include "soc21.h" 58 58 #include "navi10_ih.h" 59 + #include "ih_v6_0.h" 59 60 #include "gfx_v10_0.h" 60 61 #include "sdma_v5_0.h" 61 62 #include "sdma_v5_2.h" ··· 1542 1541 case IP_VERSION(5, 2, 0): 1543 1542 case IP_VERSION(5, 2, 1): 1544 1543 amdgpu_device_ip_block_add(adev, &navi10_ih_ip_block); 1544 + break; 1545 + case IP_VERSION(6, 0, 0): 1546 + amdgpu_device_ip_block_add(adev, &ih_v6_0_ip_block); 1545 1547 break; 1546 1548 default: 1547 1549 dev_err(adev->dev,