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 | 63 bool move_lacks_source), 64 TP_ARGS(bo, new_placement, old_placement, move_lacks_source), 71 __field(bool, move_lacks_source) 80 __entry->move_lacks_source = move_lacks_source; 83 __entry->move_lacks_source ? "yes" : "no", __entry->bo, __entry->size,
|
H A D | xe_bo.c | 798 bool move_lacks_source; in xe_bo_move() local 825 move_lacks_source = !old_mem || (handle_system_ccs ? (!bo->ccs_cleared) : in xe_bo_move() 837 if ((move_lacks_source && !needs_clear)) { in xe_bo_move() 842 if (!move_lacks_source && (bo->flags & XE_BO_FLAG_CPU_ADDR_MIRROR) && in xe_bo_move() 871 if (!move_lacks_source && !xe_bo_is_pinned(bo)) { in xe_bo_move() 894 if (!move_lacks_source && in xe_bo_move() 916 trace_xe_bo_move(bo, new_mem->mem_type, old_mem_type, move_lacks_source); in xe_bo_move() 928 if (move_lacks_source) { in xe_bo_move() 946 if (!move_lacks_source) { in xe_bo_move()
|