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

Commit 4f3d71cf 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: send correct bpp value for BW calc"

parents a221fe98 bec1ba59
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2282,7 +2282,8 @@ static int mdp3_continuous_splash_on(struct mdss_panel_data *pdata)
		pr_err("invalid bus handle %d\n", bus_handle->handle);
		return -EINVAL;
	}
	mdp3_calc_dma_res(panel_info, &mdp_clk_rate, &ab, &ib, panel_info->bpp);
	mdp3_calc_dma_res(panel_info, &mdp_clk_rate, &ab,
					&ib, MAX_BPP_SUPPORTED);

	mdp3_clk_set_rate(MDP3_CLK_VSYNC, MDP_VSYNC_CLK_RATE,
			MDP3_CLIENT_DMA_P);