Skip to content

Commit 8064ca6

Browse files
pldrcalexdeucher
authored andcommitted
drm/amdgpu: increase amdgpu max rings limit
increase max rings to 132 to support all JPEG5_0_1 cores, else ring_init fails due to ring count exceeding maximum limit. Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 1abb264 commit 8064ca6

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 124
40+
#define AMDGPU_MAX_RINGS 132
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)