Searched refs:batch_alloc_items (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 118 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items() function 138 return batch_alloc_items(bc, align, bytes / sizeof(*bc->start)); in batch_alloc_bytes() 148 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_surface_state() 180 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_binding_table() 215 u32 *cs = batch_alloc_items(state, 32, 8 * count); in gen7_fill_interface_descriptor() 238 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_state_base_address() 267 u32 *cs = batch_alloc_items(batch, 32, 8); in gen7_emit_vfe_state() 294 u32 *cs = batch_alloc_items(batch, 8, 4); in gen7_emit_interface_descriptor_load() 317 cs = batch_alloc_items(batch, 8, pkt); in gen7_emit_media_object() 342 u32 *cs = batch_alloc_items(batch, 0, 4); in gen7_emit_pipeline_flush() [all …]
|