Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c34 if (!attach->peer2peer && !xe_bo_can_migrate(gem_to_xe_bo(obj), XE_PL_TT)) in xe_dma_buf_attach()
111 if (!attach->peer2peer && !xe_bo_can_migrate(bo, XE_PL_TT)) in xe_dma_buf_map()
H A Dxe_bo.c3381 bool xe_bo_can_migrate(struct xe_bo *bo, u32 mem_type) in xe_bo_can_migrate() function
3445 if (!xe_bo_can_migrate(bo, mem_type)) in xe_bo_migrate()