Skip to content

Commit ea6dd40

Browse files
Jie1zhangalexdeucher
authored andcommitted
drm/amd/amdgpu: Increase max rings to enable SDMA page ring
Increase the maximum number of rings supported by the AMDGPU driver from 133 to 149. This change is necessary to enable support for the SDMA page ring. Signed-off-by: Jesse Zhang <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 338f741 commit ea6dd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct amdgpu_job;
3737
struct amdgpu_vm;
3838

3939
/* max number of rings */
40-
#define AMDGPU_MAX_RINGS 133
40+
#define AMDGPU_MAX_RINGS 149
4141
#define AMDGPU_MAX_HWIP_RINGS 64
4242
#define AMDGPU_MAX_GFX_RINGS 2
4343
#define AMDGPU_MAX_SW_GFX_RINGS 2

0 commit comments

Comments
 (0)