Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_trace_bo.h61 TRACE_EVENT(xe_bo_move,
H A Dxe_bo.c745 static int xe_bo_move(struct ttm_buffer_object *ttm_bo, bool evict, in xe_bo_move() function
1155 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_evict_pinned()
1216 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_restore_pinned()
1416 .move = xe_bo_move,