]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit78c23baf1bab208f70ebb5ded69596ca6375e659
tree214098463102ebcfb7bc1f846d972ef468e2b640
parenteb7715e8e94059365b64b88d9b6969bdbe4c794b
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