Commit 9e4216cf authored by Mukul Joshi's avatar Mukul Joshi Committed by Alex Deucher

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: default avatarMukul Joshi <mukul.joshi@amd.com>
Acked-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent bb0ed57b
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
#include "amdgpu_mca.h" #include "amdgpu_mca.h"
#include "amdgpu_ras.h" #include "amdgpu_ras.h"
#define MAX_GPU_INSTANCE 16 #define MAX_GPU_INSTANCE 64
struct amdgpu_gpu_instance struct amdgpu_gpu_instance
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment