diff options
author | Boris Brezillon <[email protected]> | 2019-09-13 18:32:42 +0200 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2019-09-18 10:26:21 +0200 |
commit | 2b771b84241b57c9377c6fe83a46eedf5a640687 (patch) | |
tree | 8b1c648587d30e5bf060e608880ee490d56039e0 /src/gallium/drivers/panfrost/pan_job.h | |
parent | 8d5f905faad76a46c732dc43c4009cbf0f5da170 (diff) |
panfrost: Stop exposing internal panfrost_*_batch() functions
panfrost_{create,free,get}_batch() are only called inside pan_job.c.
Let's make them static.
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.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/drivers/panfrost/pan_job.h b/src/gallium/drivers/panfrost/pan_job.h index fe15e2dddab..b0580ea2d47 100644 --- a/src/gallium/drivers/panfrost/pan_job.h +++ b/src/gallium/drivers/panfrost/pan_job.h @@ -116,17 +116,6 @@ struct panfrost_batch { /* Functions for managing the above */ struct panfrost_batch * -panfrost_create_batch(struct panfrost_context *ctx, - const struct pipe_framebuffer_state *key); - -void -panfrost_free_batch(struct panfrost_batch *batch); - -struct panfrost_batch * -panfrost_get_batch(struct panfrost_context *ctx, - const struct pipe_framebuffer_state *key); - -struct panfrost_batch * panfrost_get_batch_for_fbo(struct panfrost_context *ctx); void |