Home
last modified time | relevance | path

Searched refs:XE_PL_TT (Results 1 – 9 of 9) 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()
66 if (xe_bo_is_pinned(bo) && !xe_bo_is_mem_type(bo, XE_PL_TT) && in xe_dma_buf_pin()
73 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_pin()
107 if (!attach->peer2peer && !xe_bo_can_migrate(bo, XE_PL_TT)) in xe_dma_buf_map()
112 r = xe_bo_migrate(bo, XE_PL_TT, NULL, exec); in xe_dma_buf_map()
120 case XE_PL_TT: in xe_dma_buf_map()
187 ret = xe_bo_migrate(bo, XE_PL_TT, NULL, &exec); in xe_dma_buf_begin_cpu_access()
H A Dxe_ttm_sys_mgr.c100 ttm_set_driver_manager(&xe->ttm, XE_PL_TT, NULL); in xe_ttm_sys_mgr_fini()
116 ttm_set_driver_manager(&xe->ttm, XE_PL_TT, man); in xe_ttm_sys_mgr_init()
H A Dxe_bo_evict.c122 for (mem_type = XE_PL_TT; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_bo_evict_all_user()
134 if (mem_type == XE_PL_TT && (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe))) in xe_bo_evict_all_user()
306 for (mem_type = XE_PL_VRAM1; mem_type >= XE_PL_TT; --mem_type) { in xe_bo_pci_dev_remove_all()
H A Dxe_bo.c46 [XE_PL_TT] = "gtt",
70 .mem_type = XE_PL_TT,
196 .mem_type = XE_PL_TT, in try_add_system()
367 case XE_PL_TT: in xe_evict_flags()
634 case XE_PL_TT: in xe_ttm_io_mem_reserve()
992 if (new_mem->mem_type == XE_PL_TT) in xe_bo_move()
1015 if (new_mem->mem_type == XE_PL_TT) { in xe_bo_move()
1040 if (old_mem_type == XE_PL_SYSTEM && new_mem->mem_type == XE_PL_TT && !handle_system_ccs) { in xe_bo_move()
1049 if (old_mem_type == XE_PL_TT && in xe_bo_move()
1050 new_mem->mem_type == XE_PL_TT) { in xe_bo_move()
[all …]
H A Dxe_shrinker.c65 for (mem_type = XE_PL_SYSTEM; mem_type <= XE_PL_TT; ++mem_type) { in __xe_shrinker_walk()
H A Dxe_bo.h81 #define XE_PL_TT TTM_PL_TT macro
H A Dxe_migrate.c882 bool src_is_pltt = src->mem_type == XE_PL_TT; in __xe_migrate_copy()
883 bool dst_is_pltt = dst->mem_type == XE_PL_TT; in __xe_migrate_copy()
H A Dxe_vm.c2304 XE_PL_TT,
4503 case XE_PL_TT: in xe_vm_snapshot_capture()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c540 if (mem_type != XE_PL_TT) { in shrink_test_run_device()