aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_submit.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2020-02-08 18:44:00 +0800
committerMarge Bot <[email protected]>2020-02-17 02:54:15 +0000
commit29c7235507d52d676ec1eee3ef5f9042317595c1 (patch)
treea1905dcc3ccd61dee21f01f37c1dd29334daa806 /src/gallium/drivers/lima/lima_submit.h
parent09127641f41c75f16d8fa73129153c9da6df7810 (diff)
lima: put hardware related info to lima_gpu.h
For sharing with multi .c files. Reviewed-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
Diffstat (limited to 'src/gallium/drivers/lima/lima_submit.h')
-rw-r--r--src/gallium/drivers/lima/lima_submit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/lima/lima_submit.h b/src/gallium/drivers/lima/lima_submit.h
index 92c335c9196..8208aa44d38 100644
--- a/src/gallium/drivers/lima/lima_submit.h
+++ b/src/gallium/drivers/lima/lima_submit.h
@@ -31,8 +31,6 @@ struct lima_context;
struct lima_submit;
struct lima_bo;
-struct lima_submit *lima_submit_create(struct lima_context *ctx);
-void lima_submit_free(struct lima_submit *submit);
bool lima_submit_add_bo(struct lima_submit *submit, int pipe,
struct lima_bo *bo, uint32_t flags);
bool lima_submit_start(struct lima_submit *submit, int pipe, void *frame, uint32_t size);