Searched refs:XE_PL_TT (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 34 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 D | xe_ttm_sys_mgr.c | 100 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 D | xe_bo_evict.c | 122 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 D | xe_shrinker.c | 65 for (mem_type = XE_PL_SYSTEM; mem_type <= XE_PL_TT; ++mem_type) { in __xe_shrinker_walk()
|
| H A D | xe_bo.h | 81 #define XE_PL_TT TTM_PL_TT macro
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 540 if (mem_type != XE_PL_TT) { in shrink_test_run_device()
|