drm/amd/display: Fix stack size issue on DML2
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 16 Oct 2023 14:19:18 +0000 (08:19 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Oct 2023 19:11:29 +0000 (15:11 -0400)
commit5b2c54e0d0ea09f7a3b500510731878326e1117e
tree42022fdbd46dc54c82004268037a46269351b9dd
parentb141fa036c901303ca5659cc22e9c08f8b097892
drm/amd/display: Fix stack size issue on DML2

This commit is the last part of the fix that reduces the stack size in
the DML2 code.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Roman Li <roman.li@amd.com>
Cc: Chaitanya Dhere <chaitanya.dhere@amd.com>
Fixes: 7966f319c66d ("drm/amd/display: Introduce DML2")
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/display_mode_core.c