Re: [PATCH v2] simplefb: add support for a8b8g8r8 pixel format

2013-06-07 Thread Alex Courbot
On 06/07/2013 04:22 PM, Alexander van Heukelum wrote: static struct simplefb_format simplefb_formats[] = { { "r5g6b5", 16, {11, 5}, {5, 6}, {0, 5}, {0, 0} }, + { "a8b8g8r8", 32, {0, 8}, {8, 8}, {16, 8}, {31, 8} }, Hi, 31? I assume in practice this doesn't influence anything, bu

Re: [PATCH v2] simplefb: add support for a8b8g8r8 pixel format

2013-06-07 Thread Alexander van Heukelum
On Fri, Jun 7, 2013, at 8:01, Alexandre Courbot wrote: > A framebuffer of this format is set up by SHIELD's bootloader. This > allows us to use it as a framebuffer console. > > Signed-off-by: Alexandre Courbot > Acked-by: Olof Johansson > --- > Changes from v1: > - Added description to motivate

[PATCH v2] simplefb: add support for a8b8g8r8 pixel format

2013-06-06 Thread Alexandre Courbot
A framebuffer of this format is set up by SHIELD's bootloader. This allows us to use it as a framebuffer console. Signed-off-by: Alexandre Courbot Acked-by: Olof Johansson --- Changes from v1: - Added description to motivate the change - Added ack Documentation/devicetree/bindings/video/simple