Searched refs:batch_alloc_items (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c118 static u32 *batch_alloc_items(struct batch_chunk *bc, u32 align, u32 items) function
138 return batch_alloc_items(bc, align, bytes / sizeof(*bc->start));
148 u32 *cs = batch_alloc_items(state, 32, 8);
180 u32 *cs = batch_alloc_items(state, 32, 8);
215 u32 *cs = batch_alloc_items(state, 32, 8 * count);
238 u32 *cs = batch_alloc_items(batch, 0, 10);
267 u32 *cs = batch_alloc_items(batch, 32, 8);
294 u32 *cs = batch_alloc_items(batch, 8, 4);
317 cs = batch_alloc_items(batch, 8, pkt);
342 u32 *cs = batch_alloc_items(batc
[all...]

Completed in 136 milliseconds