]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Add debug flag to override min dispclk
authorMichael Strauss <michael.strauss@amd.com>
Thu, 15 Jan 2026 16:07:53 +0000 (11:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Jan 2026 23:11:10 +0000 (18:11 -0500)
[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 <dmytro.laktyushkin@amd.com>
Signed-off-by: Michael Strauss <michael.strauss@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index d377be76360c43b867acd8ade600dc623bf76445..472d0eeca85e839bf13f1a4ce3de696ab942408b 100644 (file)
@@ -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;
 };