DragonFly BSD
DragonFly commits List (threaded) for 2012-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Francois Tigeot <ftigeot@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 9 Dec 2012 05:34:44 -0800 (PST)

commit a904aa533e5951e599633089e7301593b3abc60c
Author: François Tigeot <ftigeot@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]