Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c947 uint32_t proposed_placement) in ttm_bo_select_caching() argument
949 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching()
950 uint32_t result = proposed_placement & ~TTM_PL_MASK_CACHING; in ttm_bo_select_caching()
972 uint32_t proposed_placement, in ttm_bo_mt_compatible() argument
977 if ((cur_flags & proposed_placement & TTM_PL_MASK_MEM) == 0) in ttm_bo_mt_compatible()
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()