Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c372 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); in xe_evict_flags()
379 if (xe_tt->sg)
382 ret = sg_alloc_table_from_pages_segment(&xe_tt->sgt, tt->pages,
390 xe_tt->sg = &xe_tt->sgt; in xe_tt_map_sg()
391 ret = dma_map_sgtable(xe->drm.dev, xe_tt->sg, DMA_BIDIRECTIONAL, in xe_tt_map_sg()
394 sg_free_table(xe_tt->sg); in xe_tt_map_sg()
395 xe_tt->sg = NULL; in xe_tt_map_sg()
404 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); in xe_tt_map_sg()
406 if (xe_tt in xe_tt_map_sg()
385 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_tt_map_sg() local
417 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_tt_unmap_sg() local
430 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_bo_sg() local
441 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_ttm_tt_account_add() local
451 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_ttm_tt_account_subtract() local
477 struct xe_ttm_tt *xe_tt; xe_ttm_tt_create() local
554 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_ttm_tt_populate() local
744 struct xe_ttm_tt *xe_tt = container_of(ttm_bo->ttm, struct xe_ttm_tt, xe_bo_move_dmabuf() local
855 struct xe_ttm_tt *xe_tt; xe_bo_set_purgeable_shrinker() local
1265 struct xe_ttm_tt *xe_tt = container_of(tt, struct xe_ttm_tt, ttm); xe_bo_shrink() local
1615 struct xe_ttm_tt *xe_tt = container_of(tt, typeof(*xe_tt), ttm); xe_bo_dma_unmap_pinned() local
1732 struct xe_ttm_tt *xe_tt = container_of(ttm_bo->ttm, xe_ttm_bo_delete_mem_notify() local
1750 struct xe_ttm_tt *xe_tt = xe_ttm_bo_swap_notify() local
[all...]
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c483 struct xe_ttm_tt *xe_tt; in shrink_test_run_device() local
507 xe_tt = container_of(bo->ttm.ttm, typeof(*xe_tt), ttm); in shrink_test_run_device()
514 xe_ttm_tt_account_subtract(xe, &xe_tt->ttm); in shrink_test_run_device()
515 xe_tt->purgeable = true; in shrink_test_run_device()
516 xe_ttm_tt_account_add(xe, &xe_tt->ttm); in shrink_test_run_device()
558 struct xe_ttm_tt *xe_tt; in shrink_test_run_device() local
568 xe_tt = container_of(bo->ttm.ttm, typeof(*xe_tt), ttm); in shrink_test_run_device()
569 purgeable = xe_tt->purgeable; in shrink_test_run_device()