Re: [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg

2020-02-26 Thread Sebastian Reichel
Hi Laurent, On Tue, Feb 25, 2020 at 06:30:01PM +0200, Laurent Pinchart wrote: > On Tue, Feb 25, 2020 at 12:20:43AM +0100, Sebastian Reichel wrote: > > Simplify the DSI encoder by using mipi_dsi_msg for > > dsi_vc_send_long and dsi_vc_send_short. Further improvements > > require cleaning up the

Re: [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg

2020-02-25 Thread Laurent Pinchart
Hi Sebastian, Thank you for the patch. On Tue, Feb 25, 2020 at 12:20:43AM +0100, Sebastian Reichel wrote: > Simplify the DSI encoder by using mipi_dsi_msg for > dsi_vc_send_long and dsi_vc_send_short. Further improvements > require cleaning up the channel allocation code first. > >

[PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg

2020-02-25 Thread Sebastian Reichel
Simplify the DSI encoder by using mipi_dsi_msg for dsi_vc_send_long and dsi_vc_send_short. Further improvements require cleaning up the channel allocation code first. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/dss/dsi.c | 92 +++ 1 file changed, 45