Re: [PATCH v12][ 03/12] imx-drm: Correct BGR666 and the board's dts that use them.

2014-04-08 Thread Russell King - ARM Linux
On Mon, Apr 07, 2014 at 02:44:42PM +0200, Denis Carikli wrote: > arch/arm/boot/dts/imx51-apf51dev.dts|2 +- > arch/arm/boot/dts/imx53-m53evk.dts |2 +- > drivers/staging/imx-drm/imx-ldb.c |4 ++-- > drivers/staging/imx-drm/ipu-v3/ipu-dc.c |4 ++-- > 4 files changed,

[PATCH v12][ 03/12] imx-drm: Correct BGR666 and the board's dts that use them.

2014-04-07 Thread Denis Carikli
The current BGR666 is not consistent with the other color mapings like BGR24. BGR666 should be in the same byte order than BGR24. Signed-off-by: Denis Carikli Acked-by: Philipp Zabel --- ChangeLog v9->v10: - Rebased. - Added Philipp Zabel's Ack. - Included Lothar Waßmann's suggestion about imx-l