Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dgen7_renderclear.c26 struct batch_chunk { struct
90 static void batch_init(struct batch_chunk *bc, in batch_init()
101 static u32 batch_offset(const struct batch_chunk *bc, u32 *cs) in batch_offset()
106 static u32 batch_addr(const struct batch_chunk *bc) in batch_addr()
111 static void batch_add(struct batch_chunk *bc, const u32 d) in batch_add()
117 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) in batch_alloc_items()
134 static u32 *batch_alloc_bytes(struct batch_chunk *bc, u32 align, u32 bytes) in batch_alloc_bytes()
141 gen7_fill_surface_state(struct batch_chunk *state, in gen7_fill_surface_state()
174 gen7_fill_binding_table(struct batch_chunk *state, in gen7_fill_binding_table()
196 gen7_fill_kernel_data(struct batch_chunk *state, in gen7_fill_kernel_data()
[all …]