Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c74 pr_err(" has_type: %d\n", man->has_type); in ttm_mem_type_debug()
885 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
928 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
1279 if (!man->has_type) { in ttm_bo_clean_mm()
1286 man->has_type = false; in ttm_bo_clean_mm()
1308 if (!man->has_type) { in ttm_bo_evict_mm()
1325 BUG_ON(man->has_type); in ttm_bo_init_mm()
1342 man->has_type = true; in ttm_bo_init_mm()
1423 if (man->has_type) { in ttm_bo_device_release()
1430 man->has_type = false; in ttm_bo_device_release()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h277 bool has_type; member