drm/amd/display: Add option to flip ODM optimization
authorGabe Teeger <gabe.teeger@amd.com>
Tue, 22 Aug 2023 19:01:19 +0000 (15:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Sep 2023 20:24:08 +0000 (16:24 -0400)
Add a config option to disable odm dispclk optimization for debug
purpose.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Gabe Teeger <gabe.teeger@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 52236932dd3efce48d4ab747aae221466f862f77..2a7396e33c950e4ac812c4f33643c44ea912455a 100644 (file)
@@ -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;
 };