Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-03-24 Thread Philipp Zabel
Hi Mauro, Am Montag, den 02.02.2015, 13:24 -0200 schrieb Mauro Carvalho Chehab: [...] > Submit the full patch series with the imx-drm driver, mentioning at the > V4L2 patch that it will be applied via the DRM tree. We'll review > and give our ack for it to be applied via DRM tree. I think I also

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-04 Thread Sakari Ailus
Hi Mauro and Philipp, On Mon, Feb 02, 2015 at 01:24:21PM -0200, Mauro Carvalho Chehab wrote: > Em Mon, 02 Feb 2015 16:21:00 +0100 > Philipp Zabel escreveu: > > > Am Montag, den 02.02.2015, 16:08 +0100 schrieb Hans Verkuil: > > > On 12/03/2014 02:53 PM, Philipp Zabel wrote: > > > > This patch add

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Philipp Zabel
Hi Boris, Am Montag, den 02.02.2015, 16:48 +0100 schrieb Boris Brezillon: > Hi Philip, > > On Mon, 02 Feb 2015 16:34:42 +0100 > Philipp Zabel wrote: > > > Am Montag, den 02.02.2015, 13:24 -0200 schrieb Mauro Carvalho Chehab: > > > Em Mon, 02 Feb 2015 16:21:00 +0100 > > > Philipp Zabel escreveu

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Boris Brezillon
Hi Philip, On Mon, 02 Feb 2015 16:34:42 +0100 Philipp Zabel wrote: > Am Montag, den 02.02.2015, 13:24 -0200 schrieb Mauro Carvalho Chehab: > > Em Mon, 02 Feb 2015 16:21:00 +0100 > > Philipp Zabel escreveu: > > > > > Am Montag, den 02.02.2015, 16:08 +0100 schrieb Hans Verkuil: > > > > On 12/03/

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Philipp Zabel
Am Montag, den 02.02.2015, 13:24 -0200 schrieb Mauro Carvalho Chehab: > Em Mon, 02 Feb 2015 16:21:00 +0100 > Philipp Zabel escreveu: > > > Am Montag, den 02.02.2015, 16:08 +0100 schrieb Hans Verkuil: > > > On 12/03/2014 02:53 PM, Philipp Zabel wrote: > > > > This patch adds two more 24-bit RGB fo

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Mauro Carvalho Chehab
Em Mon, 02 Feb 2015 16:21:00 +0100 Philipp Zabel escreveu: > Am Montag, den 02.02.2015, 16:08 +0100 schrieb Hans Verkuil: > > On 12/03/2014 02:53 PM, Philipp Zabel wrote: > > > This patch adds two more 24-bit RGB formats. BGR888 is more or less > > > common, > > > GBR888 is used on the internal

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Philipp Zabel
Am Montag, den 02.02.2015, 16:08 +0100 schrieb Hans Verkuil: > On 12/03/2014 02:53 PM, Philipp Zabel wrote: > > This patch adds two more 24-bit RGB formats. BGR888 is more or less common, > > GBR888 is used on the internal connection between the IPU display interface > > and the TVE (VGA DAC) on i.

Re: [PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2015-02-02 Thread Hans Verkuil
On 12/03/2014 02:53 PM, Philipp Zabel wrote: > This patch adds two more 24-bit RGB formats. BGR888 is more or less common, > GBR888 is used on the internal connection between the IPU display interface > and the TVE (VGA DAC) on i.MX53 SoCs. > > Signed-off-by: Philipp Zabel > Acked-by: Laurent Pin

[PATCH v2 1/3] Add BGR888_1X24 and GBR888_1X24 media bus formats

2014-12-03 Thread Philipp Zabel
This patch adds two more 24-bit RGB formats. BGR888 is more or less common, GBR888 is used on the internal connection between the IPU display interface and the TVE (VGA DAC) on i.MX53 SoCs. Signed-off-by: Philipp Zabel Acked-by: Laurent Pinchart --- Changes since v1: - Reordered 24-bit RGB form