git: kernel: Add a port of the Linux 4.8 vga_switcheroo module

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Mar 23 02:19:10 PDT 2017


commit fa40ebf0074a74753bab6483fa29a2130ad79d87
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Thu Mar 23 10:04:44 2017 +0100

    kernel: Add a port of the Linux 4.8 vga_switcheroo module
    
    Submitted-by: Peeter Must <karu.pruun at gmail.com>

Summary of changes:
 sys/conf/files                     |    1 +
 sys/dev/video/Makefile             |    2 +-
 sys/dev/video/vga/Makefile         |    7 +
 sys/dev/video/vga/vga_switcheroo.c | 1497 ++++++++++++++++++++++++++++++++++++
 4 files changed, 1506 insertions(+), 1 deletion(-)
 create mode 100755 sys/dev/video/vga/Makefile
 create mode 100644 sys/dev/video/vga/vga_switcheroo.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fa40ebf0074a74753bab6483fa29a2130ad79d87


-- 
DragonFly BSD source repository



More information about the Commits mailing list