diff options
author | Qiang Yu <[email protected]> | 2020-02-08 19:24:34 +0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-17 02:54:15 +0000 |
commit | 21a2ce71b132739b001442a4f9829de345311c35 (patch) | |
tree | 9edd3534d0efe8d0ff751f7d43808696453637a9 /src/gallium/drivers/lima/lima_submit.h | |
parent | 29c7235507d52d676ec1eee3ef5f9042317595c1 (diff) |
lima: move flush code to lima_submit.c
Just code move, no content change.
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.h | 2 |
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 8208aa44d38..25cd5e31eb8 100644 --- a/src/gallium/drivers/lima/lima_submit.h +++ b/src/gallium/drivers/lima/lima_submit.h @@ -33,8 +33,6 @@ struct lima_bo; 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); -bool lima_submit_wait(struct lima_submit *submit, int pipe, uint64_t timeout_ns); bool lima_submit_has_bo(struct lima_submit *submit, struct lima_bo *bo, bool all); bool lima_submit_init(struct lima_context *ctx); |