Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c89 #define NUM_PT_SLOTS 32 macro
121 XE_WARN_ON(slot >= NUM_PT_SLOTS); in xe_migrate_vm_addr()
192 u32 num_entries = NUM_PT_SLOTS; in xe_migrate_pt_bo_alloc()
195 BUILD_BUG_ON(NUM_PT_SLOTS > SZ_2M/XE_PAGE_SIZE); in xe_migrate_pt_bo_alloc()
197 BUILD_BUG_ON(NUM_PT_SLOTS * XE_PAGE_SIZE % SZ_64K); in xe_migrate_pt_bo_alloc()
222 u32 num_entries = NUM_PT_SLOTS, num_level = vm->pt_root[id]->level; in xe_migrate_prepare_vm()
252 m->batch_base_ofs = NUM_PT_SLOTS * XE_PAGE_SIZE; in xe_migrate_prepare_vm()
315 m->large_page_copy_ofs = NUM_PT_SLOTS << xe_pt_shift(level); in xe_migrate_prepare_vm()
317 NUM_PT_SLOTS * 8; in xe_migrate_prepare_vm()