Searched refs:has_type (Results 1 – 3 of 3) sorted by relevance
280 enum i915_map_type has_type; in i915_gem_object_pin_map() local310 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()311 if (ptr && has_type != type) { in i915_gem_object_pin_map()350 enum i915_map_type has_type; in __i915_gem_object_flush_map() local362 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in __i915_gem_object_flush_map()363 if (has_type == I915_MAP_WC) in __i915_gem_object_flush_map()
84 drm_printf(p, " has_type: %d\n", man->has_type); in ttm_mem_type_debug()1055 if (!man->has_type || !man->use_type) in ttm_bo_mem_placement()1531 if (!man->has_type) { in ttm_bo_clean_mm()1538 man->has_type = false; in ttm_bo_clean_mm()1567 if (!man->has_type) { in ttm_bo_evict_mm()1585 BUG_ON(man->has_type); in ttm_bo_init_mm()1602 man->has_type = true; in ttm_bo_init_mm()1685 if (man->has_type) { in ttm_bo_device_release()1692 man->has_type = false; in ttm_bo_device_release()
177 bool has_type; member