Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sathishkumar S and committed by
Alex Deucher
8064ca6e 1abb2648

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
··· 37 37 struct amdgpu_vm; 38 38 39 39 /* max number of rings */ 40 - #define AMDGPU_MAX_RINGS 124 40 + #define AMDGPU_MAX_RINGS 132 41 41 #define AMDGPU_MAX_HWIP_RINGS 64 42 42 #define AMDGPU_MAX_GFX_RINGS 2 43 43 #define AMDGPU_MAX_SW_GFX_RINGS 2