diff options
author | Gabe Teeger <[email protected]> | 2023-08-22 15:01:19 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-09-20 16:24:08 -0400 |
commit | 31bd496453769a6c669d0053398903362aba91e8 (patch) | |
tree | 9bc97e6e2a45aed1547534e1bac84c2fe03f9285 | |
parent | c0f8b83188c7d4e4d7256023a384986bda27f5f2 (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 <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Gabe Teeger <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
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; }; |