|
@@ -468,6 +468,9 @@ static void dce12_update_clocks(struct dccg *dccg,
|
|
|
{
|
|
|
struct dm_pp_clock_for_voltage_req clock_voltage_req = {0};
|
|
|
|
|
|
+ /* TODO: Investigate why this is needed to fix display corruption. */
|
|
|
+ new_clocks->dispclk_khz = new_clocks->dispclk_khz * 115 / 100;
|
|
|
+
|
|
|
if (should_set_clock(safe_to_lower, new_clocks->dispclk_khz, dccg->clks.dispclk_khz)) {
|
|
|
clock_voltage_req.clk_type = DM_PP_CLOCK_TYPE_DISPLAY_CLK;
|
|
|
clock_voltage_req.clocks_in_khz = new_clocks->dispclk_khz;
|