]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Respect user's CONFIG_FRAME_WARN more for dml files
authorNathan Chancellor <nathan@kernel.org>
Fri, 31 Jan 2025 22:31:19 +0000 (15:31 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Feb 2025 22:47:10 +0000 (17:47 -0500)
commit820ccf8cb2b145ab9fc12651f7f80339614fa46c
tree2d5692965a076525e8c48d05731219fb16eb6a90
parente01f07cb92513ca4b9b219ab9caa34d607bc1e2d
drm/amd/display: Respect user's CONFIG_FRAME_WARN more for dml files

Currently, there are several files in drm/amd/display that aim to have a
higher -Wframe-larger-than value to avoid instances of that warning with
a lower value from the user's configuration. However, with the way that
it is currently implemented, it does not respect the user's request via
CONFIG_FRAME_WARN for a higher stack frame limit, which can cause pain
when new instances of the warning appear and break the build due to
CONFIG_WERROR.

Adjust the logic to switch from a hard coded -Wframe-larger-than value
to only using the value as a minimum clamp and deferring to the
requested value from CONFIG_FRAME_WARN if it is higher.

Suggested-by: Harry Wentland <harry.wentland@amd.com>
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Closes: https://lore.kernel.org/2025013003-audience-opposing-7f95@gregkh/
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/Makefile
drivers/gpu/drm/amd/display/dc/dml2/Makefile