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

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

Merge "disp: msm: dsi: update panel mode parsing message for POMS"

parents 7f661eb3 9744a952
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3794,9 +3794,11 @@ int dsi_panel_get_mode(struct dsi_panel *panel,
		if (panel->panel_mode_switch_enabled) {
			rc = dsi_panel_parse_panel_mode_caps(mode, utils);
			if (rc) {
				DSI_ERR("PMS: failed to parse panel mode\n");
				rc = 0;
				mode->panel_mode = panel->panel_mode;
				DSI_INFO(
				"POMS: panel mode isn't specified in timing[%d]\n",
				child_idx);
			}
		} else {
			mode->panel_mode = panel->panel_mode;