syscons - Add minimal fbio support for "scfb" xorg driver with sc->fbi fb.
authorImre Vadász <imre@vdsz.com>
Wed, 18 Oct 2017 21:40:12 +0000 (23:40 +0200)
committerImre Vadász <imre@vdsz.com>
Fri, 3 Nov 2017 18:40:12 +0000 (19:40 +0100)
commitbc7273cfc7e394a5944a4f30683254daadd8b6b7
tree3dff77648962c20eec59866f8ed5548d5e5eb07c
parentbd98dd6e50fb13547b2ba611c1ea6743cd68af5f
syscons - Add minimal fbio support for "scfb" xorg driver with sc->fbi fb.

* At the moment there is no support for safely handling the case where
  userspace has mapped the EFI framebuffer, and a drm graphics driver is
  loaded, that uses the same hardware as the EFI framebuffer.
  (Either loading the drm(4) driver should be prevented in this case, or
   the framebuffer should be forcibly unmapped from the userspace
   application).
sys/dev/misc/syscons/scvidctl.c
sys/dev/misc/syscons/syscons.c
sys/sys/fbio.h