]> 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)
commit88c7613b725dc9f3bbbe6eb2cbcf9b8f589e9a6b
tree214098463102ebcfb7bc1f846d972ef468e2b640
parent2e3257c988d5d43c72ddf05f76eba6054d54c7f0
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