Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c153 panfrost_batch_submit(struct panfrost_context *ctx,
181 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_get_batch()
229 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_get_fresh_batch_for_fbo()
269 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_batch_update_access()
731 panfrost_batch_submit(struct panfrost_context *ctx, in panfrost_batch_submit() function
793 panfrost_batch_submit(ctx, batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_all_batches()
800 panfrost_batch_submit(ctx, &ctx->batches.slots[i], in panfrost_flush_all_batches()
815 panfrost_batch_submit(ctx, entry->data, ctx->syncobj, ctx->syncobj); in panfrost_flush_writer()
832 panfrost_batch_submit(ctx, batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_batches_accessing_rsrc()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst579 - panfrost: Move the batch submission logic to panfrost_batch_submit()
619 - panfrost: Kill the explicit serialization in panfrost_batch_submit()
D21.2.0.rst2751 - panfrost: Split panfrost_batch_submit to prevent stack overflows