Lines Matching full:tile
153 struct xe_tile *tile; in xe_bo_evict_all() local
172 for_each_tile(tile, xe, id) in xe_bo_evict_all()
173 xe_tile_migrate_wait(tile); in xe_bo_evict_all()
192 struct xe_tile *tile; in xe_bo_restore_and_map_ggtt() local
195 for_each_tile(tile, xe_bo_device(bo), id) { in xe_bo_restore_and_map_ggtt()
196 if (tile != bo->tile && !(bo->flags & XE_BO_FLAG_GGTTx(tile))) in xe_bo_restore_and_map_ggtt()
199 xe_ggtt_map_bo_unlocked(tile->mem.ggtt, bo); in xe_bo_restore_and_map_ggtt()
236 struct xe_tile *tile; in xe_bo_restore_late() local
243 for_each_tile(tile, xe, id) in xe_bo_restore_late()
244 xe_tile_migrate_wait(tile); in xe_bo_restore_late()
258 for_each_tile(tile, xe, id) in xe_bo_restore_late()
259 xe_tile_migrate_wait(tile); in xe_bo_restore_late()
266 struct xe_tile *tile; in xe_bo_pci_dev_remove_pinned() local
272 for_each_tile(tile, xe, id) in xe_bo_pci_dev_remove_pinned()
273 xe_tile_migrate_wait(tile); in xe_bo_pci_dev_remove_pinned()