Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bb.h17 struct xe_bb *xe_bb_new(struct xe_gt *gt, u32 size, bool usm);
19 struct xe_bb *bb);
21 struct xe_bb *bb, u64 batch_ofs,
23 void xe_bb_free(struct xe_bb *bb, struct dma_fence *fence);
H A Dxe_bb.c32 struct xe_bb *xe_bb_new(struct xe_gt *gt, u32 dwords, bool usm) in xe_bb_new()
35 struct xe_bb *bb = kmalloc(sizeof(*bb), GFP_KERNEL); in xe_bb_new()
64 __xe_bb_create_job(struct xe_exec_queue *q, struct xe_bb *bb, u64 *addr) in __xe_bb_create_job()
79 struct xe_bb *bb, in xe_bb_create_migration_job()
97 struct xe_bb *bb) in xe_bb_create_job()
106 void xe_bb_free(struct xe_bb *bb, struct dma_fence *fence) in xe_bb_free()
H A Dxe_lrc.h13 struct xe_bb;
115 void xe_lrc_emit_hwe_state_instructions(struct xe_exec_queue *q, struct xe_bb *bb);
H A Dxe_bb_types.h13 struct xe_bb { struct
H A Dxe_migrate.c560 struct xe_bb *bb, u32 at_pt, in emit_pte()
624 static void emit_copy_ccs(struct xe_gt *gt, struct xe_bb *bb, in emit_copy_ccs()
665 static void emit_copy(struct xe_gt *gt, struct xe_bb *bb, in emit_copy()
701 struct xe_bb *bb, in xe_migrate_ccs_copy()
812 struct xe_bb *bb; in xe_migrate_copy()
963 static void emit_clear_main_copy(struct xe_gt *gt, struct xe_bb *bb, in emit_clear_main_copy()
1026 static void emit_clear(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_clear()
1086 struct xe_bb *bb; in xe_migrate_clear()
1319 struct xe_bb *bb; in __xe_migrate_update_pgtables()
1568 struct xe_bb *bb, u32 pt_offset, in build_pt_update_batch_sram()
[all …]
H A Dxe_gsc_submit.c177 struct xe_bb *bb; in xe_gsc_pkt_submit_kernel()
H A Dxe_gt.c150 struct xe_bb *bb; in emit_nop_job()
194 struct xe_bb *bb; in emit_wa_job()
H A Dxe_oa.c102 struct xe_bb *bb;
624 struct xe_bb *bb) in xe_oa_submit_bb()
663 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()
711 struct xe_bb *bb; in xe_oa_load_with_lri()
893 struct xe_bb *bb; in __xe_oa_alloc_config_buffer()
H A DMakefile28 xe-y += xe_bb.o \
H A Dxe_gsc.c73 struct xe_bb *bb; in emit_gsc_upload()
H A Dxe_lrc.c1719 void xe_lrc_emit_hwe_state_instructions(struct xe_exec_queue *q, struct xe_bb *bb) in xe_lrc_emit_hwe_state_instructions()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c38 struct xe_bb *bb, u32 second_idx, const char *str, in run_sanity_job()
192 struct xe_bb *bb; in xe_migrate_sanity_test()
399 struct xe_bb *bb; in blt_copy()