Loading drivers/video/msm/mdss/mdss_mdp.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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; } Loading Loading
drivers/video/msm/mdss/mdss_mdp.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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; } Loading