aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_job.h
diff options
context:
space:
mode:
authorBoris Brezillon <[email protected]>2019-09-05 18:19:40 +0200
committerBoris Brezillon <[email protected]>2019-09-13 16:25:06 +0200
commit40e20324e0c304960b86f4721270e7c1d5379318 (patch)
treee59c85a8283abe2c732a1c034f000f46e88c2965 /src/gallium/drivers/panfrost/pan_job.h
parent1b5873b73cdfe288a9defdcc1455c2809f3437fc (diff)
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Will be replaced by something similar but using a BOs as keys instead of resources. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_job.h')
-rw-r--r--src/gallium/drivers/panfrost/pan_job.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/panfrost/pan_job.h b/src/gallium/drivers/panfrost/pan_job.h
index 7854e0a0f99..a5347f8814e 100644
--- a/src/gallium/drivers/panfrost/pan_job.h
+++ b/src/gallium/drivers/panfrost/pan_job.h
@@ -133,14 +133,6 @@ void
panfrost_batch_add_bo(struct panfrost_batch *batch, struct panfrost_bo *bo);
void
-panfrost_flush_jobs_writing_resource(struct panfrost_context *panfrost,
- struct pipe_resource *prsc);
-
-void
-panfrost_flush_jobs_reading_resource(struct panfrost_context *panfrost,
- struct pipe_resource *prsc);
-
-void
panfrost_batch_submit(struct panfrost_batch *batch);
void