Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h842 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c664 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, in ttm_bo_move_accel_cleanup() function
724 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c306 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, new_mem); in radeon_move_blit()