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

Commit cc2d4379 authored by Xiaoming Zhou's avatar Xiaoming Zhou Committed by Stephen Boyd
Browse files

msm: mdss: initialize the display interface type



The display interface type was not initialized
properly.  This is to initialize the display
interface type based on panel mode.

Change-Id: I73cfbb0ab78dc01698d60be10afd7492469c756e
Signed-off-by: default avatarXiaoming Zhou <zhoux@codeaurora.org>
parent 7f20d6c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,7 @@ int mdp3_ctrl_init(struct msm_fb_data_type *mfd)
		goto init_done;
	}

	mdp3_session->dma->output_config.out_sel = intf_type;
	mdp3_session->mfd = mfd;
	mdp3_session->panel = dev_get_platdata(&mfd->pdev->dev);
	mdp3_session->status = 0;