Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c1047 panfrost_batch_submit(struct panfrost_batch *batch, in panfrost_batch_submit() function
1058 panfrost_batch_submit((*dep)->batch, 0, 0); in panfrost_batch_submit()
1121 panfrost_batch_submit(batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_all_batches()
1127 panfrost_batch_submit(batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_all_batches()
1176 panfrost_batch_submit(access->writer->batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_batches_accessing_bo()
1184 panfrost_batch_submit((*reader)->batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_batches_accessing_bo()
/external/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()