Commit 68c193c8 authored by Marco Felsch's avatar Marco Felsch Committed by Neil Armstrong
Browse files

drm/panel: ilitek-ili9881c: make use of prepare_prev_first

parent 38db9859
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1094,6 +1094,8 @@ static int ili9881c_dsi_probe(struct mipi_dsi_device *dsi)
		return ret;
	}

	ctx->panel.prepare_prev_first = true;

	ret = drm_panel_of_backlight(&ctx->panel);
	if (ret)
		return ret;