aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorMukul Joshi <[email protected]>2023-05-05 15:54:38 +0000
committerAlex Deucher <[email protected]>2023-06-09 13:54:09 +0000
commit9e4216cf2dcccacd0e5dc932f26e35d18527ff41 (patch)
tree35d939f4ee98c88c7df84ea29f0a271afd8d48f6 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: increase AMDGPU_MAX_RINGS (diff)
downloadkernel-9e4216cf2dcccacd0e5dc932f26e35d18527ff41.tar.gz
kernel-9e4216cf2dcccacd0e5dc932f26e35d18527ff41.zip
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 <[email protected]> Acked-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 279057ec7a0b..39743d44b567 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
{