Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pt.h28 unsigned int xe_pt_shift(unsigned int level);
Dxe_pt.c178 unsigned int xe_pt_shift(unsigned int level) in xe_pt_shift() function
1007 u64 page_size = 1ull << xe_pt_shift(xe_pt->level); in xe_vm_dbg_print_entries()
1621 start = ALIGN_DOWN(xe_vma_start(vma), 0x1ull << xe_pt_shift(level)); in xe_pt_update_ops_rfence_interval()
1622 last = ALIGN(xe_vma_end(vma), 0x1ull << xe_pt_shift(level)) - 1; in xe_pt_update_ops_rfence_interval()
Dxe_migrate.c121 return (slot + 1ULL) << xe_pt_shift(level + 1); in xe_migrate_vm_addr()
136 return addr + (identity_offset << xe_pt_shift(2)); in xe_migrate_vram_ofs()
305 m->cleared_mem_ofs = (255ULL << xe_pt_shift(level)); in xe_migrate_prepare_vm()