[PATCH 14/19] drm/amd/display: Rename DisableMinDispClkODM in dc_config
Wayne Lin
Wayne.Lin at amd.com
Wed Sep 20 03:16:19 UTC 2023
From: Gabe Teeger <gabe.teeger at amd.com>
[what and why]
The logic for DisableMinDispClkODM is reversed now that odm is
disabled by default. Renaming to EnableMinDispClkODM.
Reviewed-by: Charlene Liu <charlene.liu at amd.com>
Acked-by: Wayne Lin <wayne.lin at amd.com>
Signed-off-by: Gabe Teeger <gabe.teeger at amd.com>
---
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 4065bb061c85..53555ec3b4be 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -421,7 +421,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.37.3
More information about the amd-gfx
mailing list