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.c23 #include "xe_bb.h"
627 struct xe_bb *bb, u32 at_pt, in emit_pte()
691 static void emit_copy_ccs(struct xe_gt *gt, struct xe_bb *bb, in emit_copy_ccs()
747 static void emit_xy_fast_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_xy_fast_copy()
781 static void emit_mem_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_mem_copy()
826 static void emit_copy(struct xe_gt *gt, struct xe_bb *bb, in xe_migrate_ccs_copy()
844 struct xe_bb *bb, in xe_migrate_ccs_copy()
946 struct xe_bb *bb; in __xe_migrate_copy()
1196 struct xe_bb xe_bb_tmp; in xe_migrate_ccs_rw_copy()
1253 xe_bb_tmp = (struct xe_bb){ in xe_migrate_ccs_rw_copy()
[all...]
H A Dxe_bb_types.h13 struct xe_bb { struct
H A Dxe_lrc.h13 struct xe_bb;
H A Dxe_gt.c23 #include "xe_bb.h"
175 static int emit_job_sync(struct xe_exec_queue *q, struct xe_bb *bb, in emit_job_sync()
204 struct xe_bb *bb; in emit_nop_job()
227 struct xe_bb *bb; in emit_wa_job()
H A Dxe_oa.c26 #include "xe_bb.h"
111 struct xe_bb *bb;
648 struct xe_bb *bb) in xe_oa_submit_bb()
687 static void write_cs_mi_lri(struct xe_bb *bb, const struct xe_oa_reg *reg_data, u32 n_regs) in num_lri_dwords()
736 struct xe_bb *bb; in xe_oa_load_with_lri()
929 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 \