1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2022 Intel Corporation
9 #include "xe_bb_types.h"
17 struct xe_bb *xe_bb_new(struct xe_gt *gt, u32 size, bool usm);
18 struct xe_sched_job *xe_bb_create_job(struct xe_exec_queue *q,
20 struct xe_sched_job *xe_bb_create_migration_job(struct xe_exec_queue *q,
21 struct xe_bb *bb, u64 batch_ofs,
23 void xe_bb_free(struct xe_bb *bb, struct dma_fence *fence);