Searched refs:cur_placement (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h173 * @cur_placement: Hint of current placement.
266 uint32_t cur_placement; member in struct:ttm_buffer_object
H A Dttm_bo.c500 bo->cur_placement = bo->mem.placement;
948 uint32_t cur_placement,
958 if ((cur_placement & caching) != 0)
959 result |= (cur_placement & caching);
947 ttm_bo_select_caching(struct ttm_mem_type_manager *man, uint32_t cur_placement, uint32_t proposed_placement) argument

Completed in 65 milliseconds