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

drm/amdgpu/discovery: Add ih v7_0 ip block

Add ih v7_0 ip block.

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

authored by

Likun Gao and committed by
Alex Deucher
56018e83 12443fc5

+4
+4
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
··· 69 69 #include "navi10_ih.h" 70 70 #include "ih_v6_0.h" 71 71 #include "ih_v6_1.h" 72 + #include "ih_v7_0.h" 72 73 #include "gfx_v10_0.h" 73 74 #include "gfx_v11_0.h" 74 75 #include "sdma_v5_0.h" ··· 1768 1767 break; 1769 1768 case IP_VERSION(6, 1, 0): 1770 1769 amdgpu_device_ip_block_add(adev, &ih_v6_1_ip_block); 1770 + break; 1771 + case IP_VERSION(7, 0, 0): 1772 + amdgpu_device_ip_block_add(adev, &ih_v7_0_ip_block); 1771 1773 break; 1772 1774 default: 1773 1775 dev_err(adev->dev,