Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c280 enum i915_map_type has_type; in i915_gem_object_pin_map() local
310 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() local
362 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()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c84 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()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h177 bool has_type; member