commit | 89d5efcc311cca135de623e9e4a81267e7a9eaa8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Oct 01 20:44:44 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Oct 02 12:53:44 2018 +0100 |
tree | 445f83542524444caa508d18af42fa126a7dd798 | |
parent | b20815255693733d06af788ea0b9dcd6271c3841 [diff] |
drm/i915: Replace some open-coded i915_coherent_map_type() A few callsites were deciding on using WC or WB maps based on HAS_LLC(), so replace them with the equivalent helper function i915_coherent_map_type(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181001194447.29910-1-chris@chris-wilson.co.uk