Searched refs:xe_res_next (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_ttm_vram_mgr.c | 376 xe_res_next(&cursor, min_t(u64, cursor.size, SZ_2G)); in xe_ttm_vram_mgr_alloc_sgt() 409 xe_res_next(&cursor, size); in xe_ttm_vram_mgr_alloc_sgt()
|
| H A D | xe_res_cursor.h | 260 static inline void xe_res_next(struct xe_res_cursor *cur, u64 size) in xe_res_next() function
|
| H A D | xe_migrate.c | 617 xe_res_next(cur, min_t(u32, size, PAGE_SIZE)); in emit_pte() 861 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 867 xe_res_next(&dst_it, src_L0); in xe_migrate_copy() 1120 xe_res_next(&src_it, clear_L0); in xe_migrate_clear()
|
| H A D | xe_lmtt.c | 403 xe_res_next(&cur, page_size); in lmtt_insert_bo()
|
| H A D | xe_pt.c | 465 xe_res_next(&curs, addr - xe_walk->va_curs_start); in xe_pt_scan_64K() 470 xe_res_next(&curs, SZ_64K); in xe_pt_scan_64K() 544 xe_res_next(curs, next - addr); in xe_pt_stage_bind_entry()
|
| H A D | xe_bo.c | 1404 xe_res_next(&cursor, PAGE_SIZE); in xe_ttm_access_memory()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 433 xe_res_next(&src_it, src_L0); in blt_copy() 439 xe_res_next(&dst_it, src_L0); in blt_copy()
|