From: Gabe Teeger Date: Tue, 22 Aug 2023 19:01:19 +0000 (-0400) Subject: drm/amd/display: Add option to flip ODM optimization X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31bd496453769a6c669d0053398903362aba91e8;p=linux.git drm/amd/display: Add option to flip ODM optimization Add a config option to disable odm dispclk optimization for debug purpose. Tested-by: Daniel Wheeler Reviewed-by: Charlene Liu Acked-by: Qingqing Zhuo Signed-off-by: Gabe Teeger Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 52236932dd3ef..2a7396e33c950 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -420,6 +420,7 @@ struct dc_config { int sdpif_request_limit_words_per_umc; bool use_old_fixed_vs_sequence; bool dc_mode_clk_limit_support; + bool DisableMinDispClkODM; bool enable_auto_dpm_test_logs; };