Searched refs:xe_res_next (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_panic.c | 61 xe_res_next(&panic->res, PAGE_SIZE * (new_page - panic->page)); in xe_panic_page_set_pixel()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_ttm_vram_mgr.c | 383 xe_res_next(&cursor, min_t(u64, cursor.size, SZ_2G)); in xe_ttm_vram_mgr_alloc_sgt() 416 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 | 658 xe_res_next(cur, min_t(u32, size, PAGE_SIZE)); in emit_pte() 965 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 971 xe_res_next(&dst_it, src_L0); in xe_migrate_copy() 1343 xe_res_next(&vram_it, vram_L0); in xe_migrate_vram_copy_chunk() 1569 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() 2476 xe_res_next(&cursor, current_bytes); in xe_migrate_access_memory()
|
| H A D | xe_ggtt.c | 778 cur.remaining; xe_res_next(&cur, XE_PAGE_SIZE)) in xe_ggtt_map_bo() 786 cur.remaining; xe_res_next(&cur, XE_PAGE_SIZE)) in xe_ggtt_map_bo()
|
| H A D | xe_lmtt.c | 489 xe_res_next(&cur, page_size); in lmtt_insert_bo()
|
| H A D | xe_pt.c | 482 xe_res_next(&curs, addr - xe_walk->va_curs_start); in xe_pt_scan_64K() 487 xe_res_next(&curs, SZ_64K); in xe_pt_scan_64K() 572 xe_res_next(curs, next - addr); in xe_pt_stage_bind_entry()
|
| H A D | xe_bo.c | 1680 xe_res_next(&cursor, PAGE_SIZE); in xe_ttm_access_memory()
|