git: agp: A rewrite of the i810 bits of the driver

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Dec 9 05:34:44 PST 2012


commit a904aa533e5951e599633089e7301593b3abc60c
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Dec 8 23:31:50 2012 +0100

    agp: A rewrite of the i810 bits of the driver
    
    New driver supports operations required by GEMified i915.ko. It
    also attaches to SandyBridge and IvyBridge CPU northbridges now.
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/dev/agp/agp.c        |   12 +-
 sys/dev/agp/agp_i810.c   | 2696 +++++++++++++++++++++++++++++++++++-----------
 sys/dev/agp/agp_i810.h   |  101 ++
 sys/dev/agp/agp_if.m     |   12 +
 sys/dev/agp/agp_nvidia.c |    2 +-
 sys/dev/agp/agppriv.h    |    2 +-
 sys/dev/agp/agpreg.h     |   79 ++-
 sys/dev/agp/agpvar.h     |    6 +
 sys/sys/agpio.h          |    1 +
 9 files changed, 2266 insertions(+), 645 deletions(-)
 create mode 100644 sys/dev/agp/agp_i810.h

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list