commit | b3a15f6d55fb584dd4d8baac5d1b6a398720620c | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Apr 19 13:24:14 2016 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Apr 19 17:31:56 2016 -0700 |
tree | 9f36197f15d58a725c97644fc44d47e6f5d7f02c | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
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>