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

drm/amdgpu: extend HWIP_MAX_INSTANCE to 28

more ip instances are available

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
7a94c860 bfa8cb05

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu.h
··· 678 678 MAX_HWIP 679 679 }; 680 680 681 - #define HWIP_MAX_INSTANCE 11 681 + #define HWIP_MAX_INSTANCE 28 682 682 683 683 #define HW_ID_MAX 300 684 684 #define IP_VERSION(mj, mn, rv) (((mj) << 16) | ((mn) << 8) | (rv))