Searched refs:xe_res_next (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_ttm_vram_mgr.c | 396 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()
|
D | xe_res_cursor.h | 176 static inline void xe_res_next(struct xe_res_cursor *cur, u64 size) in xe_res_next() function
|
D | xe_migrate.c | 616 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()
|
D | xe_lmtt.c | 403 xe_res_next(&cur, page_size); in lmtt_insert_bo()
|
D | xe_pt.c | 443 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/ |
D | xe_migrate.c | 432 xe_res_next(&src_it, src_L0); in blt_copy() 438 xe_res_next(&dst_it, src_L0); in blt_copy()
|