Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h276 uint32_t available_caching; member
H A Dttm_bo.c69 printf(" available_caching: 0x%08X\n", man->available_caching); in ttm_mem_type_debug()
980 if ((proposed_placement & man->available_caching) == 0) in ttm_bo_mt_compatible()
983 cur_flags |= (proposed_placement & man->available_caching); in ttm_bo_mt_compatible()