Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Add debug flag to override min dispclk

[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>

authored by

Michael Strauss and committed by
Alex Deucher
5b8cfb0c 15b1d7b7

+1
+1
drivers/gpu/drm/amd/display/dc/dc.h
··· 1210 1210 bool disable_deferred_minimal_transitions; 1211 1211 unsigned int num_fast_flips_to_steady_state_override; 1212 1212 bool enable_dmu_recovery; 1213 + unsigned int force_vmin_threshold; 1213 1214 }; 1214 1215 1215 1216