lima: remove lima_ctx_buff_va submit flags (v2)
authorQiang Yu <yuq825@gmail.com>
Tue, 4 Feb 2020 02:54:40 +0000 (10:54 +0800)
committerMarge Bot <eric+marge@anholt.net>
Mon, 17 Feb 2020 02:54:15 +0000 (02:54 +0000)
commitc3bbe4f7f8bd88ee92179679526664467e83c45a
treea795819f08f3f95529e16dbf25eda8fe7eb03f21
parent9f924c795b9520c49572b54bfab07731d4f54e6e
lima: remove lima_ctx_buff_va submit flags (v2)

We don't have any shared lima_ctx_buff for both GP and PP,
so no need to have these flags.

v2:
still add submit in lima_ctx_buff_va because some bo need
to exist cross flush, so not every submit will call
lima_ctx_buff_alloc.

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
src/gallium/drivers/lima/lima_context.c
src/gallium/drivers/lima/lima_context.h
src/gallium/drivers/lima/lima_draw.c
src/gallium/drivers/lima/lima_texture.c