Re: [PATCH 2/2] drm/amd/display: Fix stack size issue on DML2

2023-11-06 Thread Hamza Mahfooz
On 11/5/23 12:55, Guenter Roeck wrote: On Mon, Oct 16, 2023 at 08:19:18AM -0600, Rodrigo Siqueira wrote: This commit is the last part of the fix that reduces the stack size in the DML2 code. That does not really help when trying to build allmodconfig or allyesconfig with gcc 11.4 or 12.3. dr

Re: [PATCH 2/2] drm/amd/display: Fix stack size issue on DML2

2023-11-06 Thread Guenter Roeck
On Mon, Oct 16, 2023 at 08:19:18AM -0600, Rodrigo Siqueira wrote: > This commit is the last part of the fix that reduces the stack size in > the DML2 code. > That does not really help when trying to build allmodconfig or allyesconfig with gcc 11.4 or 12.3. drivers/gpu/drm/amd/amdgpu/../display/d

Re: [PATCH 2/2] drm/amd/display: Fix stack size issue on DML2

2023-10-16 Thread Alex Deucher
On Mon, Oct 16, 2023 at 10:27 AM Rodrigo Siqueira wrote: > > This commit is the last part of the fix that reduces the stack size in > the DML2 code. > > Cc: Stephen Rothwell > Cc: Alex Deucher > Cc: Roman Li > Cc: Chaitanya Dhere > Fixes: a2815ada8616 ("drm/amd/display: Introduce DML2") > Sign