Re: [RFC 12/16] drm/armada: add bus-width property to the output endpoint

2019-01-04 Thread Lubomir Rintel
On Thu, 2019-01-03 at 13:15 +, Russell King - ARM Linux wrote: > On Tue, Dec 18, 2018 at 04:37:38PM +0100, Lubomir Rintel wrote: > > This makes it possible to choose a different pixel format for the > > endpoint. Modelled after what other LCD controllers use, including > > marvell,pxa2xx-lcdc a

Re: [RFC 12/16] drm/armada: add bus-width property to the output endpoint

2019-01-03 Thread Russell King - ARM Linux
On Thu, Jan 03, 2019 at 02:20:00PM +0100, Lubomir Rintel wrote: > On Thu, 2019-01-03 at 13:15 +, Russell King - ARM Linux wrote: > > On Tue, Dec 18, 2018 at 04:37:38PM +0100, Lubomir Rintel wrote: > > > This makes it possible to choose a different pixel format for the > > > endpoint. Modelled a

Re: [RFC 12/16] drm/armada: add bus-width property to the output endpoint

2019-01-03 Thread Russell King - ARM Linux
On Tue, Dec 18, 2018 at 04:37:38PM +0100, Lubomir Rintel wrote: > This makes it possible to choose a different pixel format for the > endpoint. Modelled after what other LCD controllers use, including > marvell,pxa2xx-lcdc and atmel,hlcdc-display-controller and perhaps more. > > Signed-off-by: Lub

[RFC 12/16] drm/armada: add bus-width property to the output endpoint

2018-12-19 Thread Lubomir Rintel
This makes it possible to choose a different pixel format for the endpoint. Modelled after what other LCD controllers use, including marvell,pxa2xx-lcdc and atmel,hlcdc-display-controller and perhaps more. Signed-off-by: Lubomir Rintel --- drivers/gpu/drm/armada/armada_crtc.c | 26 ++