]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
authorEric Anholt <eric@anholt.net>
Tue, 19 Apr 2016 20:24:14 +0000 (13:24 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 20 Apr 2016 00:31:56 +0000 (17:31 -0700)
commitb3a15f6d55fb584dd4d8baac5d1b6a398720620c
tree9f36197f15d58a725c97644fc44d47e6f5d7f02c
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
drm/vc4: Kick out the simplefb framebuffer before we set up KMS.

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 <eric@anholt.net>
Acked-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/vc4/vc4_drv.c