Re: [PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-24 Thread Philipp Zabel
Hi Mauro, Am Donnerstag, den 12.03.2015, 10:58 +0100 schrieb Philipp Zabel: > Currently the imx-drm driver misuses the V4L2_PIX_FMT constants to describe > the > pixel format on the parallel bus between display controllers and encoders. Now > that MEDIA_BUS_FMT is available, use that instead. >

Re: [PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-13 Thread Philipp Zabel
Am Donnerstag, den 12.03.2015, 18:53 +0100 schrieb Emil Renner Berthing: > Hi Philipp > > On 12 March 2015 at 10:58, Philipp Zabel wrote: > > Currently the imx-drm driver misuses the V4L2_PIX_FMT constants to describe > > the > > pixel format on the parallel bus between display controllers and e

Re: [PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-12 Thread Emil Renner Berthing
Hi Philipp On 12 March 2015 at 10:58, Philipp Zabel wrote: > Currently the imx-drm driver misuses the V4L2_PIX_FMT constants to describe > the > pixel format on the parallel bus between display controllers and encoders. Now > that MEDIA_BUS_FMT is available, use that instead. I've tested this s

Re: [PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-12 Thread Hans Verkuil
Hi Philipp, On 03/12/15 10:58, Philipp Zabel wrote: > Currently the imx-drm driver misuses the V4L2_PIX_FMT constants to describe > the > pixel format on the parallel bus between display controllers and encoders. Now > that MEDIA_BUS_FMT is available, use that instead. > > I'd like to get the V4

[PATCH v3 00/10] Use media bus formats in imx-drm and add drm panel support

2015-03-12 Thread Philipp Zabel
Currently the imx-drm driver misuses the V4L2_PIX_FMT constants to describe the pixel format on the parallel bus between display controllers and encoders. Now that MEDIA_BUS_FMT is available, use that instead. I'd like to get the V4L2 maintainers' acks for the four necessary media bus format patch