git: syscons - Partly implement FBIO_BLANK ioctl, for display powersaving.
    Imre Vadasz 
    ivadasz at crater.dragonflybsd.org
       
    Fri Dec  1 02:42:45 PST 2017
    
    
  
commit 1743eeb476593a2463740afc618c5272b68275aa
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Nov 25 18:25:54 2017 +0100
    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.
Summary of changes:
 sys/dev/misc/syscons/blank/blank_saver.c |  2 +-
 sys/dev/misc/syscons/fade/fade_saver.c   |  2 +-
 sys/dev/misc/syscons/scvidctl.c          | 17 +++++++++++++++++
 sys/dev/misc/syscons/syscons.c           | 22 ++++++++++++++++++++--
 sys/dev/misc/syscons/syscons.h           |  2 ++
 sys/dev/video/fb/fbreg.h                 |  4 ----
 sys/dev/video/fb/vga.c                   |  2 +-
 sys/sys/fbio.h                           |  8 ++++++++
 8 files changed, 50 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1743eeb476593a2463740afc618c5272b68275aa
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list