Searched refs:batch_chunk (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 27 struct batch_chunk { struct 91 static void batch_init(struct batch_chunk *bc, in batch_init() 102 static u32 batch_offset(const struct batch_chunk *bc, u32 *cs) in batch_offset() 107 static u32 batch_addr(const struct batch_chunk *bc) in batch_addr() 112 static void batch_add(struct batch_chunk *bc, const u32 d) in batch_add() 118 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items() 135 static u32 *batch_alloc_bytes(struct batch_chunk *bc, u32 align, u32 bytes) in batch_alloc_bytes() 142 gen7_fill_surface_state(struct batch_chunk *state, in gen7_fill_surface_state() 175 gen7_fill_binding_table(struct batch_chunk *state, in gen7_fill_binding_table() 197 gen7_fill_kernel_data(struct batch_chunk *state, in gen7_fill_kernel_data() [all …]
|