Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_trace_bo.h51 TRACE_EVENT(xe_bo_move,
Dxe_bo.c645 static int xe_bo_move(struct ttm_buffer_object *ttm_bo, bool evict, in xe_bo_move() function
912 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_evict_pinned()
972 ret = xe_bo_move(&bo->ttm, false, &ctx, new_mem, NULL); in xe_bo_restore_pinned()
1098 .move = xe_bo_move,