Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c64 printf(" has_type: %d\n", man->has_type); in ttm_mem_type_debug()
1040 if (man->has_type && man->use_type) { in ttm_bo_mem_space()
1065 if (!man->has_type) in ttm_bo_mem_space()
1399 if (!man->has_type) { in ttm_bo_clean_mm()
1406 man->has_type = false; in ttm_bo_clean_mm()
1427 if (!man->has_type) { in ttm_bo_evict_mm()
1443 MPASS(!man->has_type); in ttm_bo_init_mm()
1460 man->has_type = true; in ttm_bo_init_mm()
1541 if (man->has_type) { in ttm_bo_device_release()
1548 man->has_type = false; in ttm_bo_device_release()
H A Dttm_bo_driver.h271 bool has_type; member