Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo.c74 pr_err(" has_type: %d\n", man->has_type); in ttm_mem_type_debug()
904 if (man->has_type && man->use_type) { in ttm_bo_mem_space()
930 if (!man->has_type) in ttm_bo_mem_space()
1275 if (!man->has_type) { in ttm_bo_clean_mm()
1282 man->has_type = false; in ttm_bo_clean_mm()
1304 if (!man->has_type) { in ttm_bo_evict_mm()
1321 BUG_ON(man->has_type); in ttm_bo_init_mm()
1338 man->has_type = true; in ttm_bo_init_mm()
1419 if (man->has_type) { in ttm_bo_device_release()
1426 man->has_type = false; in ttm_bo_device_release()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h277 bool has_type; member