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

Commit 55a445eb 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 wb format enumeration"

parents b92c39b2 076d181b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2682,6 +2682,8 @@ static int mdss_mdp_probe(struct platform_device *pdev)
	if (rc)
		pr_err("mdss smmu init failed\n");

	mdss_mdp_set_supported_formats(mdata);

	mdss_res->mdss_util->mdp_probe_done = true;

	mdss_hw_init(mdata);
@@ -3223,8 +3225,6 @@ static int mdss_mdp_parse_dt_pipe(struct platform_device *pdev)
			data[0], data[1], data[2], data[3]);
	}

	mdss_mdp_set_supported_formats(mdata);

parse_fail:
	return rc;
}