diff options
author | Mukul Joshi <[email protected]> | 2023-05-05 11:54:38 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-06-09 09:54:09 -0400 |
commit | 9e4216cf2dcccacd0e5dc932f26e35d18527ff41 (patch) | |
tree | 35d939f4ee98c88c7df84ea29f0a271afd8d48f6 | |
parent | bb0ed57b4450e46de3651b310dcb4273032c3122 (diff) |
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]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
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 { |