Re: [PATCH v4 66/80] drm/omap: dsi: set LP/HS before update

2020-11-30 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Nov 24, 2020 at 02:45:24PM +0200, Tomi Valkeinen wrote: > We currently use a single VC for sending commands and pixel data. The > LP/HS mode for pixel data is correct by accident, as we have set the VC > to HS already earlier. > > However, if we use a di

[PATCH v4 66/80] drm/omap: dsi: set LP/HS before update

2020-11-24 Thread Tomi Valkeinen
We currently use a single VC for sending commands and pixel data. The LP/HS mode for pixel data is correct by accident, as we have set the VC to HS already earlier. However, if we use a different VC for video data, the VC is in LP mode. Fix this by always setting the LP/HS mode before starting a f