Searched refs:has_type (Results 1 – 1 of 1) sorted by relevance
347 enum i915_map_type has_type; in i915_gem_object_pin_map() local404 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()405 if (ptr && has_type != type) { in i915_gem_object_pin_map()453 enum i915_map_type has_type; in __i915_gem_object_flush_map() local466 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in __i915_gem_object_flush_map()467 if (has_type == I915_MAP_WC) in __i915_gem_object_flush_map()
Completed in 5 milliseconds