Skip to content

Commit a538dab

Browse files
sohaibndalexdeucher
authored andcommitted
Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"
[why]: This reverts commit 2ff33c7. The commit caused corruption when running some applications in fullscreen Cc: Mario Limonciello <[email protected]> Cc: Alex Deucher <[email protected]> Cc: [email protected] Reviewed-by: Alvin Lee <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Signed-off-by: Sohaib Nadeem <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 94b38b8 commit a538dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ static int build_synthetic_soc_states(bool disable_dc_mode_overwrite, struct clk
27602760
struct _vcs_dpi_voltage_scaling_st entry = {0};
27612761
struct clk_limit_table_entry max_clk_data = {0};
27622762

2763-
unsigned int min_dcfclk_mhz = 399, min_fclk_mhz = 599;
2763+
unsigned int min_dcfclk_mhz = 199, min_fclk_mhz = 299;
27642764

27652765
static const unsigned int num_dcfclk_stas = 5;
27662766
unsigned int dcfclk_sta_targets[DC__VOLTAGE_STATES] = {199, 615, 906, 1324, 1564};

0 commit comments

Comments
 (0)