Searched refs:xe_bb_new (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bb.c | 31 struct xe_bb *xe_bb_new(struct xe_gt *gt, u32 dwords, bool usm) in xe_bb_new() function
|
| H A D | xe_gt.c | 203 bb = xe_bb_new(gt, 4, false); in emit_nop_job() 270 bb = xe_bb_new(gt, bb_len, false); in emit_wa_job()
|
| H A D | xe_migrate.c | 958 bb = xe_bb_new(gt, batch_size, usm); in xe_migrate_copy() 1336 bb = xe_bb_new(gt, batch_size, usm); in xe_migrate_vram_copy_chunk() 1560 bb = xe_bb_new(gt, batch_size, usm); in xe_migrate_clear() 1799 bb = xe_bb_new(gt, batch_size, usm); in __xe_migrate_update_pgtables() 2147 bb = xe_bb_new(gt, batch_size, use_usm_batch); in xe_migrate_vram()
|
| H A D | xe_oa.c | 720 bb = xe_bb_new(stream->gt, 2 * count + 1, false); in xe_oa_load_with_lri() 914 bb = xe_bb_new(stream->gt, config_length, false); in __xe_oa_alloc_config_buffer()
|