Re: [PATCH v2 2/3] drm/sun4i: dsi: fix the overhead of the horizontal front porch

2019-10-07 Thread Maxime Ripard
On Mon, Oct 07, 2019 at 12:03:01AM +0800, Icenowy Zheng wrote: > The formula in the BSP kernel indicates that a 16-byte overhead is used > when sending the HFP. However, this value is currently set to 6 in the > sun6i_mipi_dsi driver, which makes some panels flashing. > > Fix this overhead value.

[PATCH v2 2/3] drm/sun4i: dsi: fix the overhead of the horizontal front porch

2019-10-06 Thread Icenowy Zheng
The formula in the BSP kernel indicates that a 16-byte overhead is used when sending the HFP. However, this value is currently set to 6 in the sun6i_mipi_dsi driver, which makes some panels flashing. Fix this overhead value. Signed-off-by: Icenowy Zheng ---