Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82a67564 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dsi: signal pending clock change in case of DMS"

parents 829a9ba4 094f1832
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4450,6 +4450,10 @@ static int dsi_display_set_mode_sub(struct dsi_display *display,
		}
	}

	if ((mode->dsi_mode_flags & DSI_MODE_FLAG_DMS) &&
			(display->panel->panel_mode == DSI_OP_CMD_MODE))
		atomic_set(&display->clkrate_change_pending, 1);

	if (priv_info->phy_timing_len) {
		display_for_each_ctrl(i, display) {
			ctrl = &display->ctrl[i];