Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ttm_vram_mgr.c396 xe_res_next(&cursor, cursor.size); in xe_ttm_vram_mgr_alloc_sgt()
429 xe_res_next(&cursor, cursor.size); in xe_ttm_vram_mgr_alloc_sgt()
Dxe_res_cursor.h176 static inline void xe_res_next(struct xe_res_cursor *cur, u64 size) in xe_res_next() function
Dxe_migrate.c616 xe_res_next(cur, min_t(u32, size, PAGE_SIZE)); in emit_pte()
860 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
866 xe_res_next(&dst_it, src_L0); in xe_migrate_copy()
1119 xe_res_next(&src_it, clear_L0); in xe_migrate_clear()
Dxe_lmtt.c403 xe_res_next(&cur, page_size); in lmtt_insert_bo()
Dxe_pt.c443 xe_res_next(&curs, addr - xe_walk->va_curs_start); in xe_pt_scan_64K()
448 xe_res_next(&curs, SZ_64K); in xe_pt_scan_64K()
522 xe_res_next(curs, next - addr); in xe_pt_stage_bind_entry()
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_migrate.c432 xe_res_next(&src_it, src_L0); in blt_copy()
438 xe_res_next(&dst_it, src_L0); in blt_copy()