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

Commit 004c899d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dsi: drive backlight enable gpio low during power off" into...

Merge "disp: msm: dsi: drive backlight enable gpio low during power off" into display-kernel.lnx.5.4
parents 9ec255db 19c01f38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4441,6 +4441,9 @@ int dsi_panel_pre_disable(struct dsi_panel *panel)

	mutex_lock(&panel->panel_lock);

	if (gpio_is_valid(panel->bl_config.en_gpio))
		gpio_set_value(panel->bl_config.en_gpio, 0);

	rc = dsi_panel_tx_cmd_set(panel, DSI_CMD_SET_PRE_OFF);
	if (rc) {
		DSI_ERR("[%s] failed to send DSI_CMD_SET_PRE_OFF cmds, rc=%d\n",