Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c77 pr_err(" has_type: %d\n", man->has_type); in ttm_mem_type_debug()
918 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
967 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
1359 if (!man->has_type) { in ttm_bo_clean_mm()
1366 man->has_type = false; in ttm_bo_clean_mm()
1395 if (!man->has_type) { in ttm_bo_evict_mm()
1413 BUG_ON(man->has_type); in ttm_bo_init_mm()
1430 man->has_type = true; in ttm_bo_init_mm()
1505 if (man->has_type) { in ttm_bo_device_release()
1512 man->has_type = false; in ttm_bo_device_release()
/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h178 bool has_type; member
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c2829 enum i915_map_type has_type; in i915_gem_object_pin_map() local
2859 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()
2860 if (ptr && has_type != type) { in i915_gem_object_pin_map()