From: Gabe Teeger Date: Thu, 14 Sep 2023 20:00:16 +0000 (-0400) Subject: drm/amd/display: Rename DisableMinDispClkODM in dc_config X-Git-Tag: v6.7-rc1~145^2~10^2~239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99c1673fd14797591d11126dd093313e8aed466c;p=thirdparty%2Flinux.git 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 --- 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; };