drm/i915: Remove kmap/kunmap wrappers
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 15 Feb 2017 08:43:41 +0000 (08:43 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 15 Feb 2017 10:07:20 +0000 (10:07 +0000)
commit9231da70b338b336b982c74fad4afab5b55e6534
tree906fb4105123226d6a374aff68f56c2b4b233609
parent8448661d65f6f5dbcdb9c5cba185b284f2464b65
drm/i915: Remove kmap/kunmap wrappers

As these are now both plain and simple kmap_atomic/kunmap_atomic pairs,
we can remove the wrappers for a small gain of clarity (in particular,
not hiding the atomic critical sections!).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170215084357.19977-7-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_gtt.c