summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorGabe Teeger <gabe.teeger@amd.com>2023-08-22 15:01:19 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-09-20 16:24:08 -0400
commit31bd496453769a6c669d0053398903362aba91e8 (patch)
tree9bc97e6e2a45aed1547534e1bac84c2fe03f9285 /drivers/gpu/drm/amd/display/dc/dc.h
parentc0f8b83188c7d4e4d7256023a384986bda27f5f2 (diff)
drm/amd/display: Add option to flip ODM optimization
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 52236932dd3e..2a7396e33c95 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;
};