Lines Matching refs:XE_PL_TT
42 [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()
855 if (old_mem_type == XE_PL_SYSTEM && new_mem->mem_type == XE_PL_TT && !handle_system_ccs) { in xe_bo_move()
864 if (old_mem_type == XE_PL_TT && in xe_bo_move()
865 new_mem->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()
2260 case XE_PL_TT: in vram_region_gpu_offset()