From 31bd496453769a6c669d0053398903362aba91e8 Mon Sep 17 00:00:00 2001 From: Gabe Teeger Date: Tue, 22 Aug 2023 15:01:19 -0400 Subject: [PATCH] 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 --- drivers/gpu/drm/amd/display/dc/dc.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.30.2