Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dgen7_renderclear.c117 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items() function
137 return batch_alloc_items(bc, align, bytes / sizeof(*bc->start)); in batch_alloc_bytes()
147 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_surface_state()
179 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_binding_table()
214 u32 *cs = batch_alloc_items(state, 32, 8 * count); in gen7_fill_interface_descriptor()
237 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_state_base_address()
266 u32 *cs = batch_alloc_items(batch, 32, 8); in gen7_emit_vfe_state()
293 u32 *cs = batch_alloc_items(batch, 8, 4); in gen7_emit_interface_descriptor_load()
316 cs = batch_alloc_items(batch, 8, pkt); in gen7_emit_media_object()
341 u32 *cs = batch_alloc_items(batch, 0, 4); in gen7_emit_pipeline_flush()
[all …]