summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorMukul Joshi <mukul.joshi@amd.com>2023-05-05 11:54:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 09:54:09 -0400
commit9e4216cf2dcccacd0e5dc932f26e35d18527ff41 (patch)
tree35d939f4ee98c88c7df84ea29f0a271afd8d48f6 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentbb0ed57b4450e46de3651b310dcb4273032c3122 (diff)
downloadlinux-stable-9e4216cf2dcccacd0e5dc932f26e35d18527ff41.tar.gz
linux-stable-9e4216cf2dcccacd0e5dc932f26e35d18527ff41.tar.bz2
linux-stable-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 <mukul.joshi@amd.com> Acked-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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
{