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

drm/amdgpu: increase HWIP MAX INSTANCE

Extend HWIP MAX INSTANCE to 11.

Acked-by: Christian König <christian.koenig@amd.com>
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
3202c7e7 78b12008

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu.h
··· 666 666 MAX_HWIP 667 667 }; 668 668 669 - #define HWIP_MAX_INSTANCE 10 669 + #define HWIP_MAX_INSTANCE 11 670 670 671 671 #define HW_ID_MAX 300 672 672 #define IP_VERSION(mj, mn, rv) (((mj) << 16) | ((mn) << 8) | (rv))