Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h323 static inline u64 xe_res_dma(const struct xe_res_cursor *cur) in xe_res_dma() function
H A Dxe_lmtt.c481 addr = xe_res_dma(&cur); in lmtt_insert_bo()
H A Dxe_pt.c458 dma = addr - xe_walk->va_curs_start + xe_res_dma(xe_walk->curs); in xe_pt_hugepte_possible()
484 if (!IS_ALIGNED(xe_res_dma(&curs), SZ_64K) || curs.size < SZ_64K) in xe_pt_scan_64K()
543 xe_res_dma(curs) + in xe_pt_stage_bind_entry()
H A Dxe_ggtt.c780 pte | xe_res_dma(&cur)); in xe_ggtt_map_bo()
H A Dxe_migrate.c637 addr = xe_res_dma(cur) & PAGE_MASK; in emit_pte()
H A Dxe_bo.c2999 return xe_res_dma(&cur) + offset; in __xe_bo_addr()