Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c192 unsigned int xe_pt_shift(unsigned int level) in xe_pt_shift() function
1307 u64 page_size = 1ull << xe_pt_shift(xe_pt->level); in xe_vm_dbg_print_entries()
2100 start = ALIGN_DOWN(start, 0x1ull << xe_pt_shift(level)); in xe_pt_update_ops_rfence_interval()
2101 last = ALIGN(end, 0x1ull << xe_pt_shift(level)) - 1; in xe_pt_update_ops_rfence_interval()