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

Commit 805da2e1 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: initialize fb split values during fb probe"

parents 5ff24cad 8ee824bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1085,6 +1085,7 @@ static int mdss_fb_probe(struct platform_device *pdev)

	mfd->pdev = pdev;

	mfd->split_fb_left = mfd->split_fb_right = 0;
	mfd->split_mode = MDP_SPLIT_MODE_NONE;
	if (pdata->panel_info.is_split_display) {
		struct mdss_panel_data *pnext = pdata->next;