drm/amdgpu: Increase Max GPU instance to 64
authorMukul Joshi <mukul.joshi@amd.com>
Fri, 5 May 2023 15:54:38 +0000 (11:54 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:54:09 +0000 (09:54 -0400)
Increase Max GPU instances to 64 to handle multi-socket
system with GFX 9.4.3 asic.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 279057e..39743d4 100644 (file)
 #include "amdgpu_mca.h"
 #include "amdgpu_ras.h"
 
-#define MAX_GPU_INSTANCE               16
+#define MAX_GPU_INSTANCE               64
 
 struct amdgpu_gpu_instance
 {