Searched refs:batch_alloc_items (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 98 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items() function 118 return batch_alloc_items(bc, align, bytes / sizeof(*bc->start)); in batch_alloc_bytes() 128 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_surface_state() 159 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_binding_table() 194 u32 *cs = batch_alloc_items(state, 32, 8 * count); in gen7_fill_interface_descriptor() 217 u32 *cs = batch_alloc_items(batch, 0, 12); in gen7_emit_state_base_address() 249 u32 *cs = batch_alloc_items(batch, 32, 8); in gen7_emit_vfe_state() 276 u32 *cs = batch_alloc_items(batch, 8, 4); in gen7_emit_interface_descriptor_load() 304 cs = batch_alloc_items(batch, 8, media_batch_size); in gen7_emit_media_object() 331 u32 *cs = batch_alloc_items(batch, 0, 5); in gen7_emit_pipeline_flush()
|