Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h857 int ttm_bo_pipeline_move(struct ttm_buffer_object *bo,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c726 int ttm_bo_pipeline_move(struct ttm_buffer_object *bo, in ttm_bo_pipeline_move() function
816 EXPORT_SYMBOL(ttm_bo_pipeline_move);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c532 r = ttm_bo_pipeline_move(bo, fence, evict, new_mem); in amdgpu_move_blit()