From: Michael Strauss <[email protected]>

[WHY]
Enable dynamic ODM testing without needing a valid dispclk table

[HOW]
Create a debug flag to specify an override value for min dispclk

Reviewed-by: Dmytro Laktyushkin <[email protected]>
Signed-off-by: Michael Strauss <[email protected]>
Signed-off-by: Aurabindo Pillai <[email protected]>
---
 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 ff15e5990ec0..80fd8f4e4c64 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -1210,6 +1210,7 @@ struct dc_debug_options {
        bool disable_deferred_minimal_transitions;
        unsigned int num_fast_flips_to_steady_state_override;
        bool enable_dmu_recovery;
+       unsigned int force_vmin_threshold;
 };
 
 
-- 
2.52.0

Reply via email to