Searched refs:xe_tt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c276 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); local
282 if (xe_tt->sg)
285 ret = sg_alloc_table_from_pages_segment(&xe_tt->sgt, tt->pages,
288 xe_sg_segment_size(xe_tt->dev),
293 xe_tt->sg = &xe_tt->sgt;
294 ret = dma_map_sgtable(xe_tt->dev, xe_tt->sg, DMA_BIDIRECTIONAL,
297 sg_free_table(xe_tt->sg);
298 xe_tt
308 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); local
390 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); local
525 struct xe_ttm_tt *xe_tt = container_of(ttm_bo->ttm, struct xe_ttm_tt, local
1013 struct xe_ttm_tt *xe_tt = container_of(ttm_bo->ttm, local
[all...]

Completed in 196 milliseconds