]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Bump minimum for frame_warn_limit
authorMario Limonciello <superm1@kernel.org>
Mon, 6 Oct 2025 15:09:09 +0000 (10:09 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Oct 2025 13:56:56 +0000 (09:56 -0400)
commit9daa8f19e45b94cff1164082dd9d187f8753379c
tree4c759b7dbd1dfb05360794cfef8b4a39a93c2fe2
parent1454642960b0a4fafd48b08919d39350ee2ac372
drm/amd/display: Bump minimum for frame_warn_limit

[Why]
The bigger of CONFIG_FRAME_WARN and frame_warn_limit is used to
trigger warnings about large stack frames.  The dml_core_mode_support()
stack frame has grown to 2056.

[How]
Update frame_warn_limit to 2056 so that CONFIG_FRAME_WARN of 2048 doesn't
cause a failure.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4609
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Mario Limonciello <superm1@kernel.org>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/Makefile