From: Mukul Joshi Date: Fri, 5 May 2023 15:54:38 +0000 (-0400) Subject: drm/amdgpu: Increase Max GPU instance to 64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e4216cf2dcccacd0e5dc932f26e35d18527ff41;p=linux.git drm/amdgpu: Increase Max GPU instance to 64 Increase Max GPU instances to 64 to handle multi-socket system with GFX 9.4.3 asic. Signed-off-by: Mukul Joshi Acked-by: Felix Kuehling Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 279057ec7a0b2..39743d44b567b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -108,7 +108,7 @@ #include "amdgpu_mca.h" #include "amdgpu_ras.h" -#define MAX_GPU_INSTANCE 16 +#define MAX_GPU_INSTANCE 64 struct amdgpu_gpu_instance {