From 99c1673fd14797591d11126dd093313e8aed466c Mon Sep 17 00:00:00 2001 From: Gabe Teeger Date: Thu, 14 Sep 2023 16:00:16 -0400 Subject: [PATCH] drm/amd/display: Rename DisableMinDispClkODM in dc_config [what and why] The logic for DisableMinDispClkODM is reversed now that odm is disabled by default. Renaming to EnableMinDispClkODM. Reviewed-by: Charlene Liu Acked-by: Wayne Lin Signed-off-by: Gabe Teeger Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 0b571c0005e6d..da7672028eb79 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -420,7 +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 EnableMinDispClkODM; bool enable_auto_dpm_test_logs; }; -- 2.30.2