Re: [PATCH 1/2] drm: bridge: dw-mipi-dsi: Handle NO_EOT_PACKET mode

2023-01-23 Thread Jagan Teki
On Tue, 24 Jan 2023 at 01:49, Sam Ravnborg wrote: > > Hi Jagan. > > One small drive-by comment. > > On Tue, Jan 24, 2023 at 12:16:46AM +0530, Jagan Teki wrote: > > Many downstream bridges or panels followed by dw-mipi-dsi were > > using MIPI_DSI_MODE_NO_EOT_PACKET. > > > > So, handle the EOTP bits

Re: [PATCH 1/2] drm: bridge: dw-mipi-dsi: Handle NO_EOT_PACKET mode

2023-01-23 Thread Sam Ravnborg
Hi Jagan. One small drive-by comment. On Tue, Jan 24, 2023 at 12:16:46AM +0530, Jagan Teki wrote: > Many downstream bridges or panels followed by dw-mipi-dsi were > using MIPI_DSI_MODE_NO_EOT_PACKET. > > So, handle the EOTP bits accordingly in the dw-mipi-dsi host. > > Signed-off-by: Jagan Teki

[PATCH 1/2] drm: bridge: dw-mipi-dsi: Handle NO_EOT_PACKET mode

2023-01-23 Thread Jagan Teki
Many downstream bridges or panels followed by dw-mipi-dsi were using MIPI_DSI_MODE_NO_EOT_PACKET. So, handle the EOTP bits accordingly in the dw-mipi-dsi host. Signed-off-by: Jagan Teki --- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-