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

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

Merge "msm: mdss: Fix overriding of rgb swap parameter"

parents 11cf5bcc a7aa3fa5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -377,7 +377,6 @@ void msm_dsi_host_init(struct mipi_panel_info *pinfo)
	unsigned char *ctrl_base = dsi_host_private->dsi_base;

	pr_debug("msm_dsi_host_init\n");
	pinfo->rgb_swap = DSI_RGB_SWAP_RGB;

	if (pinfo->mode == DSI_VIDEO_MODE) {
		data = 0;
+0 −2
Original line number Diff line number Diff line
@@ -250,8 +250,6 @@ void mdss_dsi_host_init(struct mdss_panel_data *pdata)

	pinfo = &pdata->panel_info.mipi;

	pinfo->rgb_swap = DSI_RGB_SWAP_RGB;

	if (pinfo->mode == DSI_VIDEO_MODE) {
		data = 0;
		if (pinfo->last_line_interleave_en)