Searched refs:ttm_bo (Results 1 – 2 of 2) sorted by relevance
339 static struct ttm_tt *xe_ttm_tt_create(struct ttm_buffer_object *ttm_bo, in xe_ttm_tt_create() argument342 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_tt_create()553 static int xe_bo_move_dmabuf(struct ttm_buffer_object *ttm_bo, in xe_bo_move_dmabuf() argument556 struct dma_buf_attachment *attach = ttm_bo->base.import_attach; in xe_bo_move_dmabuf()557 struct xe_ttm_tt *xe_tt = container_of(ttm_bo->ttm, struct xe_ttm_tt, in xe_bo_move_dmabuf()559 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_bo_move_dmabuf()563 xe_assert(xe, ttm_bo->ttm); in xe_bo_move_dmabuf()568 if (ttm_bo->sg) { in xe_bo_move_dmabuf()569 dma_buf_unmap_attachment(attach, ttm_bo->sg, DMA_BIDIRECTIONAL); in xe_bo_move_dmabuf()570 ttm_bo->sg = NULL; in xe_bo_move_dmabuf()[all …]
5 ttm-y := ttm_tt.o ttm_bo.o ttm_bo_util.o ttm_bo_vm.o ttm_module.o \