Re: [PATCH] drm/mcde/panel: Inverse misunderstood flag

2021-03-04 Thread Linus Walleij
On Thu, Mar 4, 2021 at 2:57 AM Nicolas Boichat wrote: > On Thu, Mar 4, 2021 at 8:41 AM Linus Walleij wrote: > > > > A recent patch renaming MIPI_DSI_MODE_EOT_PACKET to > > MIPI_DSI_MODE_NO_EOT_PACKET brought to light the > > misunderstanding in the current MCDE driver and all > > its associated

Re: [PATCH] drm/mcde/panel: Inverse misunderstood flag

2021-03-03 Thread Nicolas Boichat
On Thu, Mar 4, 2021 at 8:41 AM Linus Walleij wrote: > > A recent patch renaming MIPI_DSI_MODE_EOT_PACKET to > MIPI_DSI_MODE_NO_EOT_PACKET brought to light the > misunderstanding in the current MCDE driver and all > its associated panel drivers that MIPI_DSI_MODE_EOT_PACKET > would mean "use EOT

[PATCH] drm/mcde/panel: Inverse misunderstood flag

2021-03-03 Thread Linus Walleij
A recent patch renaming MIPI_DSI_MODE_EOT_PACKET to MIPI_DSI_MODE_NO_EOT_PACKET brought to light the misunderstanding in the current MCDE driver and all its associated panel drivers that MIPI_DSI_MODE_EOT_PACKET would mean "use EOT packet" when in fact it means the reverse. Fix it up by