syscons - Partly implement FBIO_BLANK ioctl, for display powersaving.
authorImre Vadász <imre@vdsz.com>
Sat, 25 Nov 2017 17:25:54 +0000 (18:25 +0100)
committerImre Vadász <imre@vdsz.com>
Thu, 30 Nov 2017 21:55:28 +0000 (22:55 +0100)
commit1743eeb476593a2463740afc618c5272b68275aa
tree0f9a41efdd5e1e368f7a8973933bf8021bc729f3
parent01204415a004b8ab80b3798dbdae2e9702b1a8da
syscons - Partly implement FBIO_BLANK ioctl, for display powersaving.

* Only implement the parts relevant for display powersaving when a KMS
  graphics driver is loaded. Adjust the existing V_DISPLAY_* constant
  definitions to match the corresponding definitions in FreeBSD.
sys/dev/misc/syscons/blank/blank_saver.c
sys/dev/misc/syscons/fade/fade_saver.c
sys/dev/misc/syscons/scvidctl.c
sys/dev/misc/syscons/syscons.c
sys/dev/misc/syscons/syscons.h
sys/dev/video/fb/fbreg.h
sys/dev/video/fb/vga.c
sys/sys/fbio.h