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

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

Merge "drm/msm/dsi-staging: send backlight commands in dsi active state."

parents 0f4b557e 29a427d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -84,6 +84,10 @@ int dsi_display_set_backlight(void *display, u32 bl_lvl)
		return -EINVAL;

	panel = dsi_display->panel;

	if (!dsi_panel_initialized(panel))
		return -EINVAL;

	panel->bl_config.bl_level = bl_lvl;

	/* scale backlight */