Searched defs:xe_migrate (Results 1 – 1 of 1) sorted by relevance
46 struct xe_migrate { struct49 /** @tile: Backpointer to the tile this struct xe_migrate belongs to. */ argument50 struct xe_tile *tile;52 struct mutex job_mutex;54 struct xe_bo *pt_bo;56 u64 batch_base_ofs;58 u64 usm_batch_base_ofs;60 u64 cleared_mem_ofs;62 u64 large_page_copy_ofs;67 u64 large_page_copy_pdes;[all …]