Home
last modified time | relevance | path

Searched refs:XE_PL_TT (Results 1 – 13 of 13) sorted by relevance

/drivers/gpu/drm/xe/
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()
61 if (xe_bo_is_pinned(bo) && !xe_bo_is_mem_type(bo, XE_PL_TT)) { in xe_dma_buf_pin()
66 ret = xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_pin()
98 if (!attach->peer2peer && !xe_bo_can_migrate(bo, XE_PL_TT)) in xe_dma_buf_map()
103 r = xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_map()
111 case XE_PL_TT: in xe_dma_buf_map()
170 (void)xe_bo_migrate(bo, XE_PL_TT); in xe_dma_buf_begin_cpu_access()
A Dxe_ttm_sys_mgr.c101 ttm_set_driver_manager(&xe->ttm, XE_PL_TT, NULL); in ttm_sys_mgr_fini()
117 ttm_set_driver_manager(&xe->ttm, XE_PL_TT, man); in xe_ttm_sys_mgr_init()
A Dxe_res_cursor.h147 cur->mem_type = XE_PL_TT; in xe_res_first()
218 cur->mem_type = XE_PL_TT; in xe_res_first_sg()
249 cur->mem_type = XE_PL_TT; in xe_res_first_dma()
A Dxe_bo_evict.c113 for (mem_type = XE_PL_TT; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_bo_evict_all_user()
125 if (mem_type == XE_PL_TT && (IS_DGFX(xe) || !xe_device_has_flat_ccs(xe))) in xe_bo_evict_all_user()
305 for (mem_type = XE_PL_VRAM1; mem_type >= XE_PL_TT; --mem_type) { in xe_bo_pci_dev_remove_all()
A Dxe_bo.c42 [XE_PL_TT] = "gtt",
66 .mem_type = XE_PL_TT,
188 .mem_type = XE_PL_TT, in try_add_system()
331 case XE_PL_TT: in xe_evict_flags()
584 case XE_PL_TT: in xe_ttm_io_mem_reserve()
807 if (new_mem->mem_type == XE_PL_TT) in xe_bo_move()
830 if (new_mem->mem_type == XE_PL_TT) { in xe_bo_move()
864 if (old_mem_type == XE_PL_TT && in xe_bo_move()
876 if (old_mem_type == XE_PL_TT && in xe_bo_move()
899 hop->mem_type = XE_PL_TT; in xe_bo_move()
[all …]
A Dxe_shrinker.c65 for (mem_type = XE_PL_SYSTEM; mem_type <= XE_PL_TT; ++mem_type) { in __xe_shrinker_walk()
A Dxe_debugfs.c284 man = ttm_manager_type(bdev, XE_PL_TT); in xe_debugfs_register()
A Dxe_bo.h75 #define XE_PL_TT TTM_PL_TT macro
A Dxe_query.c267 man = ttm_manager_type(&xe->ttm, XE_PL_TT); in query_mem_regions()
A Dxe_migrate.c778 bool src_is_pltt = src->mem_type == XE_PL_TT; in xe_migrate_copy()
779 bool dst_is_pltt = dst->mem_type == XE_PL_TT; in xe_migrate_copy()
A Dxe_vm.c2202 XE_PL_TT,
/drivers/gpu/drm/xe/tests/
A Dxe_dma_buf.c42 mem_type = XE_PL_TT; in check_residency()
45 mem_type = XE_PL_TT; in check_residency()
49 mem_type = XE_PL_TT; in check_residency()
98 KUNIT_EXPECT_TRUE(test, xe_bo_is_mem_type(exported, XE_PL_TT)); in check_residency()
103 KUNIT_EXPECT_TRUE(test, xe_bo_is_mem_type(imported, XE_PL_TT)); in check_residency()
A Dxe_bo.c543 if (mem_type != XE_PL_TT) { in shrink_test_run_device()

Completed in 40 milliseconds