Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h42 * struct xe_res_cursor - state for walking over dma mapping, vram_mgr,
45 struct xe_res_cursor { struct
81 * xe_res_first - initialize a xe_res_cursor argument
92 struct xe_res_cursor *cur) in xe_res_first()
151 static inline void __xe_res_sg_next(struct xe_res_cursor *cur) in __xe_res_sg_next()
171 static inline void __xe_res_dma_next(struct xe_res_cursor *cur) in __xe_res_dma_next()
198 * xe_res_first_sg - initialize a xe_res_cursor with a scatter gather table
209 struct xe_res_cursor *cur) in xe_res_first_sg()
223 * xe_res_first_dma - initialize a xe_res_cursor with dma_addr array
234 struct xe_res_cursor *cu in xe_res_first_dma()
47 startxe_res_cursor global() argument
49 sizexe_res_cursor global() argument
51 remainingxe_res_cursor global() argument
53 nodexe_res_cursor global() argument
55 mem_typexe_res_cursor global() argument
57 sglxe_res_cursor global() argument
[all...]
H A Dxe_ttm_stolen_mgr.c23 #include "xe_res_cursor.h"
265 struct xe_res_cursor cur; in xe_ttm_stolen_io_offset()
280 struct xe_res_cursor cur; in __xe_ttm_stolen_io_mem_reserve_bar2()
H A Dxe_migrate.c485 static u64 xe_migrate_res_sizes(struct xe_migrate *m, struct xe_res_cursor *cur) in xe_migrate_res_sizes()
510 static bool xe_migrate_allow_identity(u64 size, const struct xe_res_cursor *cur) in xe_migrate_allow_identity()
522 struct xe_res_cursor *cur, in pte_update_size()
561 struct xe_res_cursor *cur, in emit_pte()
772 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy()
1068 struct xe_res_cursor src_it; in xe_migrate_clear()
1810 struct xe_res_cursor cursor; in xe_migrate_access_memory()
H A Dxe_ttm_vram_mgr.c16 #include "xe_res_cursor.h"
359 struct xe_res_cursor cursor; in xe_ttm_vram_mgr_alloc_sgt()
H A Dxe_pt.c20 #include "xe_res_cursor.h"
307 struct xe_res_cursor *curs;
468 struct xe_res_cursor curs = *xe_walk->curs; in xe_pt_scan_64K()
531 struct xe_res_cursor *curs = xe_walk->curs; in xe_pt_stage_bind_entry()
698 struct xe_res_cursor curs; in xe_pt_stage_bind()
H A Dxe_bo.c34 #include "xe_res_cursor.h"
1417 struct xe_res_cursor cursor; in xe_ttm_io_mem_pfn()
1557 struct xe_res_cursor cursor; in xe_ttm_access_memory()
2477 struct xe_res_cursor cur; in __xe_bo_addr()
2491 struct xe_res_cursor cur; in __xe_bo_addr()
H A Dxe_ggtt.c30 #include "xe_res_cursor.h"
690 struct xe_res_cursor cur; in xe_ggtt_map_bo()
/linux/drivers/gpu/drm/xe/compat-i915-headers/gem/
H A Di915_gem_stolen.h10 #include "xe_res_cursor.h"
77 struct xe_res_cursor res; in i915_gem_stolen_node_offset()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c189 struct xe_res_cursor src_it; in xe_migrate_sanity_test()
374 struct xe_res_cursor src_it, dst_it; in blt_copy()