Re: [PATCH v3 3/8] drm/sun4i: dsi: Enforce boundaries on the start delay

2019-02-14 Thread Maxime Ripard
hi, On Tue, Feb 12, 2019 at 04:30:33PM +0100, Paul Kocialkowski wrote: > Hi, > > On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > > The Allwinner BSP makes sure that we don't end up with a null start delay > > or with a delay larger than vtotal. > > > > The former condition is likely to

Re: [PATCH v3 3/8] drm/sun4i: dsi: Enforce boundaries on the start delay

2019-02-12 Thread Paul Kocialkowski
Hi, On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > The Allwinner BSP makes sure that we don't end up with a null start delay > or with a delay larger than vtotal. > > The former condition is likely to happen now with the reworked start delay, > so make sure we enforce the same boundari

[PATCH v3 3/8] drm/sun4i: dsi: Enforce boundaries on the start delay

2019-02-11 Thread Maxime Ripard
The Allwinner BSP makes sure that we don't end up with a null start delay or with a delay larger than vtotal. The former condition is likely to happen now with the reworked start delay, so make sure we enforce the same boundaries. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun6i_mip