]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move cpu_cache_is_coherent() to header
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Feb 2017 11:40:45 +0000 (11:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Feb 2017 12:12:12 +0000 (12:12 +0000)
commit0414ca7b0d7822e2cb15ac76452610c4c91f781d
tree18ee02116165f706ee2a7f6a170a4fc67c6296f1
parentd192ce24f5715f941aceed484c667e0e038157aa
drm/i915: Move cpu_cache_is_coherent() to header

For use in the next patch, take the current is-coherent helper and add
it to i915_gem_object.h

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170222114049.28456-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c