Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c1192 static void write_pgtable(struct xe_tile *tile, struct xe_bb *bb, u64 ppgtt_ofs, in write_pgtable() argument
1211 if (!ppgtt_ofs) in write_pgtable()
1212 ppgtt_ofs = xe_migrate_vram_ofs(tile_to_xe(tile), in write_pgtable()
1217 u64 addr = ppgtt_ofs + ofs * 8; in write_pgtable()
1319 u32 i, j, batch_size = 0, ppgtt_ofs, update_idx, page_ofs = 0; in __xe_migrate_update_pgtables() local
1355 ppgtt_ofs = NUM_KERNEL_PDE - 1; in __xe_migrate_update_pgtables()
1371 ppgtt_ofs = NUM_KERNEL_PDE + in __xe_migrate_update_pgtables()
1383 ofs = ppgtt_ofs * XE_PAGE_SIZE + page_ofs; in __xe_migrate_update_pgtables()
1428 addr = xe_migrate_vm_addr(ppgtt_ofs, 0) + in __xe_migrate_update_pgtables()