On Wed, Mar 27, 2013 at 10:19:29AM +0100, Laurent Pinchart wrote:
This format is an odd beast, implemented by Renesas R-Car hardware. It stores RGB 6:6:6 pixels in 32 bits as
[31:0] x:R:x:G:x:B:x 8:6:2:6:2:6:2 little endian
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com
Hello,
I came across this weird format on a Renesas SoC display controller. This is essentially XRGB8888 with the two low order bits of each component ignored by the hardware.
It sounds like it's no different than shoveling XRGB8888 down a 6bpc pipe w/o dithering.
Could we just pretend it's XRGB8888, or can the low order bits have some special meaning which would require treating them as special?