Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_panic.c61 xe_res_next(&panic->res, PAGE_SIZE * (new_page - panic->page)); in xe_panic_page_set_pixel()
/linux/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c383 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 Dxe_res_cursor.h260 static inline void xe_res_next(struct xe_res_cursor *cur, u64 size) in xe_res_next() function
H A Dxe_migrate.c658 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 Dxe_ggtt.c778 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 Dxe_lmtt.c489 xe_res_next(&cur, page_size); in lmtt_insert_bo()
H A Dxe_pt.c482 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 Dxe_bo.c1680 xe_res_next(&cursor, PAGE_SIZE); in xe_ttm_access_memory()