Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_trace_bo.h56 TRACE_EVENT(xe_bo_move,
H A Dxe_bo.c656 static int xe_bo_move(struct ttm_buffer_object *ttm_bo, bool evict, in xe_bo_move() function
932 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_evict_pinned()
993 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_restore_pinned()
1193 .move = xe_bo_move,