Re: [PATCH 1/8] drm/amdgpu: increase AMDGPU_MAX_HWIP_RINGS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Am 30.03.23 um 21:48 schrieb Alex Deucher:
From: James Zhu <James.Zhu@xxxxxxx>

[WA] Increase AMDGPU_MAX_HWIP_RINGS to 64 to support more compute
ring resource. Later need redesign with queue/prirority/scheduler
factors to reduce AMDGPU_MAX_HWIP_RINGS.

This is just a workaround for internal use and not meant for upstreaming.

The array is used for the load balancing between scheduler instances. Since we don't want to load balance between different partitions we should not need to increase this.

Christian.



Signed-off-by: James Zhu <James.Zhu@xxxxxxx>
Acked-by: Christian König <christian.koenig@xxxxxxx>
Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
---
  drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
index 1f40c0bfb33f..244562ce735c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
@@ -37,7 +37,7 @@ struct amdgpu_vm;
/* max number of rings */
  #define AMDGPU_MAX_RINGS		102
-#define AMDGPU_MAX_HWIP_RINGS		32
+#define AMDGPU_MAX_HWIP_RINGS		64
  #define AMDGPU_MAX_GFX_RINGS		2
  #define AMDGPU_MAX_SW_GFX_RINGS         2
  #define AMDGPU_MAX_COMPUTE_RINGS	8




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux