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
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
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
3 matches
Mail list logo