Searched refs:move_lacks_source (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_trace_bo.h | 58 bool move_lacks_source), 59 TP_ARGS(bo, new_placement, old_placement, move_lacks_source), 66 __field(bool, move_lacks_source) 75 __entry->move_lacks_source = move_lacks_source; 78 __entry->move_lacks_source ? "yes" : "no", __entry->bo, __entry->size,
|
H A D | xe_bo.c | 668 bool move_lacks_source; in xe_bo_move() local 694 move_lacks_source = !old_mem || (handle_system_ccs ? (!bo->ccs_cleared) : in xe_bo_move() 706 if ((move_lacks_source && !needs_clear)) { in xe_bo_move() 726 if (!move_lacks_source && !xe_bo_is_pinned(bo)) { in xe_bo_move() 749 if (!move_lacks_source && in xe_bo_move() 771 trace_xe_bo_move(bo, new_mem->mem_type, old_mem_type, move_lacks_source); in xe_bo_move() 816 if (move_lacks_source) { in xe_bo_move() 834 if (!move_lacks_source) { in xe_bo_move()
|