Re: Regression in ARM CLCD Fb

From: Linus Walleij
Date: Thu Oct 20 2016 - 02:47:29 EST


On Sat, Oct 15, 2016 at 6:44 PM, Amit Pundir <amit.pundir@xxxxxxxxxx> wrote:

> Commit 25348160e9a4 ("video: ARM CLCD: add special panel hook for
> Versatiles") broke CLCD framebuffer on my qemu-system-arm +
> vexpress-v2p-ca9.dtb + Android test setup.

Sent a patch tested on QEMU, check if it solves your problem!

Yours,
Linus Walleij

>
> Android boot failed with:
>
> E/SurfaceFlinger( 1003): ERROR: failed to open framebuffer (No such
> file or directory), aborting
>
> It means Android didn't find /dev/fb* or equivalent /dev/graphics/fb*.
>
> Any thoughts on what might be going wrong here? Or am I missing
> anything obvious in my Qemu setup, though it was working fine so far.
> I'd be happy to help debug things.
>
> Regards,
> Amit Pundir