Home
last modified time | relevance | path

Searched refs:xe_bb (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c626 struct xe_bb *bb, u32 at_pt, in emit_pte()
690 static void emit_copy_ccs(struct xe_gt *gt, struct xe_bb *bb, in emit_copy_ccs()
731 static void emit_xy_fast_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_xy_fast_copy()
763 static void emit_mem_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_mem_copy()
805 static void emit_copy(struct xe_gt *gt, struct xe_bb *bb, in emit_copy()
823 struct xe_bb *bb, in xe_migrate_ccs_copy()
925 struct xe_bb *bb; in __xe_migrate_copy()
1175 struct xe_bb xe_bb_tmp; in xe_migrate_ccs_rw_copy()
1232 xe_bb_tmp = (struct xe_bb){ .cs = xe_mem_pool_node_cpu_addr(bb), .len = 0 }; in xe_migrate_ccs_rw_copy()
1392 struct xe_bb *bb; in xe_migrate_vram_copy_chunk()
[all …]
H A Dxe_bb_types.h13 struct xe_bb { struct
H A Dxe_lrc.h13 struct xe_bb;
H A Dxe_gt.c173 static int emit_job_sync(struct xe_exec_queue *q, struct xe_bb *bb, in emit_job_sync()
202 struct xe_bb *bb; in emit_nop_job()
225 struct xe_bb *bb; in emit_wa_job()
H A Dxe_oa.c109 struct xe_bb *bb;
630 struct xe_bb *bb) in xe_oa_submit_bb()
669 static void write_cs_mi_lri(struct xe_bb *bb, const struct xe_oa_reg *reg_data, u32 n_regs) in write_cs_mi_lri()
717 struct xe_bb *bb; in xe_oa_load_with_lri()
903 struct xe_bb *bb; in __xe_oa_alloc_config_buffer()
H A Dxe_gsc.c74 struct xe_bb *bb; in emit_gsc_upload()
H A DMakefile35 xe-y += xe_bb.o \