panfrost: Kill the explicit serialization in panfrost_batch_submit()
authorBoris Brezillon <boris.brezillon@collabora.com>
Sun, 15 Sep 2019 18:31:01 +0000 (20:31 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 3 Oct 2019 20:55:38 +0000 (16:55 -0400)
commit70cf93c4d76c573e816c63d4809c0fcc538dbcd4
treeac186db33a3b2116f996d56415f65ae9e00aa2eb
parent0a12a16bae9c4e47354894bfcf5270c04f49ef1f
panfrost: Kill the explicit serialization in panfrost_batch_submit()

Now that we have all the pieces in place to support pipelining batches
we can get rid of the drmSyncobjWait() at the end of
panfrost_batch_submit().

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_job.c