Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h678 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
H A Dttm_tt.c146 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() function
H A Dttm_bo_util.c58 ret = ttm_tt_set_placement_caching(ttm, new_mem->placement); in ttm_bo_move_ttm()
H A Dttm_bo.c443 ret = ttm_tt_set_placement_caching(bo->ttm, mem->placement); in ttm_bo_handle_move_mem()