drm/msm: Transition console to msm framebuffer
authorJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Fri, 28 Jun 2019 16:28:31 +0000 (09:28 -0700)
committerRob Clark <robdclark@chromium.org>
Tue, 3 Sep 2019 23:16:58 +0000 (16:16 -0700)
commit23c259722d0eddf687c9ff5b3c983f4ba61b22f9
tree214098463102ebcfb7bc1f846d972ef468e2b640
parenta44769b407ecd9df2dd86d8b855412e3aff8b41b
drm/msm: Transition console to msm framebuffer

If booting a device using EFI, efifb will likely come up and claim the
console.  When the msm display stack finally comes up, we want the
console to move over to the msm fb, so add support to kick out any
firmware based framebuffers to accomplish the console transition.

Suggested-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Tested-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/msm_fbdev.c