Searched refs:xe_bo_move (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_trace_bo.h | 51 TRACE_EVENT(xe_bo_move,
|
D | xe_bo.c | 645 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,
|