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

Commit b3c55561 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 dma fifo read watermark to 15/16 full"

parents e80629e0 128c8fb6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -444,6 +444,9 @@ void mdss_dsi_host_init(struct mdss_panel_data *pdata)
	/* enable contention detection for receiving */
	mdss_dsi_lp_cd_rx(ctrl_pdata);

	/* set DMA FIFO read watermark to 15/16 full */
	MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x50, 0x30);

	wmb();
}