Home
last modified time | relevance | path

Searched refs:ttm_bo (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c668 if (ttm_bo->sg) { in xe_bo_move_dmabuf()
670 ttm_bo->sg = NULL; in xe_bo_move_dmabuf()
677 ttm_bo->sg = sg; in xe_bo_move_dmabuf()
727 if (ttm_bo->base.dma_buf && !ttm_bo->base.import_attach) in xe_bo_move_notify()
978 ttm_bo->ttm) { in xe_bo_move()
1286 if (ttm_bo->base.resv != &ttm_bo->base._resv) in xe_ttm_bo_release_notify()
1325 if (ttm_bo->type == ttm_bo_type_sg && ttm_bo->sg) { in xe_ttm_bo_delete_mem_notify()
1329 dma_buf_unmap_attachment(ttm_bo->base.import_attach, ttm_bo->sg, in xe_ttm_bo_delete_mem_notify()
1331 ttm_bo->sg = NULL; in xe_ttm_bo_delete_mem_notify()
1340 if (ttm_bo->ttm) { in xe_ttm_bo_purge()
[all …]
H A Dxe_shrinker.c67 struct ttm_buffer_object *ttm_bo; in xe_shrinker_walk() local
72 ttm_bo_lru_for_each_reserved_guarded(&curs, man, ctx, ttm_bo) { in xe_shrinker_walk()
73 if (!ttm_bo_shrink_suitable(ttm_bo, ctx)) in xe_shrinker_walk()
76 lret = xe_bo_shrink(ctx, ttm_bo, flags, scanned); in xe_shrinker_walk()
/linux-6.15/drivers/gpu/drm/ttm/
H A DMakefile5 ttm-y := ttm_tt.o ttm_bo.o ttm_bo_util.o ttm_bo_vm.o ttm_module.o \