Re: [PATCH v4 61/80] drm/omap: dsi: send nop instead of page & column

2020-12-01 Thread Tomi Valkeinen
On 30/11/2020 11:58, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tue, Nov 24, 2020 at 02:45:19PM +0200, Tomi Valkeinen wrote: >> The OMAP DSI command mode panel driver used to send page & column >> address before each frame update, and this code was moved into the DSI

Re: [PATCH v4 61/80] drm/omap: dsi: send nop instead of page & column

2020-11-30 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Nov 24, 2020 at 02:45:19PM +0200, Tomi Valkeinen wrote: > The OMAP DSI command mode panel driver used to send page & column > address before each frame update, and this code was moved into the DSI > host driver when converting it to the DRM bridge model.

[PATCH v4 61/80] drm/omap: dsi: send nop instead of page & column

2020-11-24 Thread Tomi Valkeinen
The OMAP DSI command mode panel driver used to send page & column address before each frame update, and this code was moved into the DSI host driver when converting it to the DRM bridge model. However, it's not really required to send the page & column address before each frame. It's also