drm/i915: i915_wire_page is shmem_read_mapping_page()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Fri, 28 Nov 2014 15:42:04 +0000 (16:42 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Fri, 28 Nov 2014 15:54:45 +0000 (16:54 +0100)
commit56c606a8bc16ae424da0bdeeaaac755ac252e47c
treee7c00af645c882613aafa618d83a65c7ad47f137
parentdfa241830619f9369e62cec32c3e2bb980144407
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.
sys/dev/drm/i915/i915_gem.c