Re: [PATCH v6] drm/mcde: Some fixes to handling video mode

2019-12-17 Thread Stephan Gerhold
On Tue, Dec 17, 2019 at 04:09:59PM +0100, Linus Walleij wrote: > The video DSI mode had not really been tested. These fixes makes > it more likely to work on real hardware: > - Put the active width (x width) in the right bits and the VSA > (vertical sync active) in the right bits (those were swap

[PATCH v6] drm/mcde: Some fixes to handling video mode

2019-12-17 Thread Linus Walleij
The video DSI mode had not really been tested. These fixes makes it more likely to work on real hardware: - Put the active width (x width) in the right bits and the VSA (vertical sync active) in the right bits (those were swapped). - Calculate the packet sizes in bytes as in the vendor driver,