[PATCH 17/28] drm/amd/display: Add option to flip ODM optimization

Rodrigo Siqueira Rodrigo.Siqueira at amd.com
Thu Sep 14 02:00:10 UTC 2023


From: Gabe Teeger <gabe.teeger at amd.com>

[Why & How]
Add a config option to disable odm dispclk optimization
for debug purpose.

Reviewed-by: Charlene Liu <charlene.liu at amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo at amd.com>
Signed-off-by: Gabe Teeger <gabe.teeger at amd.com>
---
 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 bece61d2508b..f7e207efddb4 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.40.1



More information about the amd-gfx mailing list