Re: [PATCH v5 12/29] drm/omap: dsi: untangle vc & channel

2020-12-14 Thread Sebastian Reichel
On Tue, Dec 08, 2020 at 05:41:23PM +0200, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tue, Dec 08, 2020 at 02:28:38PM +0200, Tomi Valkeinen wrote: > > DSI virtual channel and hardware VC blocks have gotten tangled as > > described in the previous commits. This has not c

[PATCH v5 12/29] drm/omap: dsi: untangle vc & channel

2020-12-08 Thread Tomi Valkeinen
DSI virtual channel and hardware VC blocks have gotten tangled as described in the previous commits. This has not caused any issues, as the value for both is 0, so it happens to work. To fix the issue, change the code to use the correct one of the two. Signed-off-by: Tomi Valkeinen --- drivers/

Re: [PATCH v5 12/29] drm/omap: dsi: untangle vc & channel

2020-12-08 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Dec 08, 2020 at 02:28:38PM +0200, Tomi Valkeinen wrote: > DSI virtual channel and hardware VC blocks have gotten tangled as > described in the previous commits. This has not caused any issues, as > the value for both is 0, so it happens to work. > > To f