Searched refs:batch_chunk (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 28 struct batch_chunk { struct 71 static void batch_init(struct batch_chunk *bc, in batch_init() 82 static u32 batch_offset(const struct batch_chunk *bc, u32 *cs) in batch_offset() 87 static u32 batch_addr(const struct batch_chunk *bc) in batch_addr() 92 static void batch_add(struct batch_chunk *bc, const u32 d) in batch_add() 98 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items() 115 static u32 *batch_alloc_bytes(struct batch_chunk *bc, u32 align, u32 bytes) in batch_alloc_bytes() 122 gen7_fill_surface_state(struct batch_chunk *state, in gen7_fill_surface_state() 155 gen7_fill_binding_table(struct batch_chunk *state, in gen7_fill_binding_table() 176 gen7_fill_kernel_data(struct batch_chunk *state, in gen7_fill_kernel_data() [all …]
|