Home
last modified time | relevance | path

Searched refs:XE_PL_TT (Results 1 – 7 of 7) 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,
183 .mem_type = XE_PL_TT, in try_add_system()
366 case XE_PL_TT: in xe_evict_flags()
639 case XE_PL_TT: in xe_ttm_io_mem_reserve()
997 if (new_mem->mem_type == XE_PL_TT) in xe_bo_move()
1020 if (new_mem->mem_type == XE_PL_TT) { in xe_bo_move()
1052 if (old_mem_type == XE_PL_SYSTEM && new_mem->mem_type == XE_PL_TT && !handle_system_ccs) { in xe_bo_move()
1061 if (old_mem_type == XE_PL_TT && in xe_bo_move()
1062 new_mem->mem_type == XE_PL_TT) { in xe_bo_move()
[all …]
H A Dxe_shrinker.c92 for (mem_type = XE_PL_SYSTEM; mem_type <= XE_PL_TT; ++mem_type) { in __xe_shrinker_walk()
H A Dxe_bo.h85 #define XE_PL_TT TTM_PL_TT macro
H A Dxe_vm.c2314 XE_PL_TT,
3276 mem_type = XE_PL_TT; in op_lock_and_prep()
4528 case XE_PL_TT: in xe_vm_snapshot_capture()