Re: [PATCH] drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
From: Dave Airlie <airlied@gmail.com>
Date: 2016-04-19 21:33:11
Also in:
dri-devel, lkml
From: Dave Airlie <airlied@gmail.com>
Date: 2016-04-19 21:33:11
Also in:
dri-devel, lkml
On 20 April 2016 at 06:37, Eric Anholt [off-list ref] wrote:
If we don't, then simplefb stays loaded on /dev/fb0 even though scanout isn't happening from simplefb's memory area any more, and you end up with no console. Signed-off-by: Eric Anholt <redacted> --- Dave: It would be nice if I could merge this patch through bcm2835-dt-next, where I'm trying to get the VC4 DT merged even though the defconfig includes both VC4 and simplefb. There aren't any conflicts with anything I'm merging through drm-next.
sounds fine. Acked-by: Dave Airlie <airlied@redhat.com> Dave.