diff options
| author | Le Ma <[email protected]> | 2023-03-16 03:08:06 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-09 13:54:05 +0000 |
| commit | bb0ed57b4450e46de3651b310dcb4273032c3122 (patch) | |
| tree | d4c18be46262c8e26aa1749dc09bd41f971f8d06 /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | |
| parent | drm/amdgpu: Create VRAM BOs on GTT for GFXIP9.4.3 (diff) | |
| download | kernel-bb0ed57b4450e46de3651b310dcb4273032c3122.tar.gz kernel-bb0ed57b4450e46de3651b310dcb4273032c3122.zip | |
drm/amdgpu: increase AMDGPU_MAX_RINGS
On newer GPUs, the number of kernel rings are increased.
Signed-off-by: Le Ma <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h index add7cc2831b0..d2b1a8854603 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_job; struct amdgpu_vm; /* max number of rings */ -#define AMDGPU_MAX_RINGS 102 +#define AMDGPU_MAX_RINGS 124 #define AMDGPU_MAX_HWIP_RINGS 64 #define AMDGPU_MAX_GFX_RINGS 2 #define AMDGPU_MAX_SW_GFX_RINGS 2 |
