git: drm/i915: i915_wire_page is shmem_read_mapping_page()

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Nov 28 07:59:00 PST 2014


commit 56c606a8bc16ae424da0bdeeaaac755ac252e47c
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Fri Nov 28 16:42:04 2014 +0100

    drm/i915: i915_wire_page is shmem_read_mapping_page()
    
    * Rename it and change its return type to be 100% compatible with the
    same function from Linux 3.8.13.
    
    * Also change the functions using it a bit to be more like what they
    are in Linux. Variable names were changed and *BSD-specific APIs
    unnecessarily introduced during the original port of this code from
    Linux to FreeBSD.

Summary of changes:
 sys/dev/drm/i915/i915_gem.c | 125 ++++++++++++++++++++++++--------------------
 1 file changed, 69 insertions(+), 56 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/56c606a8bc16ae424da0bdeeaaac755ac252e47c


-- 
DragonFly BSD source repository



More information about the Commits mailing list