lima: rename lima_submit to lima_job
authorQiang Yu <yuq825@gmail.com>
Mon, 10 Feb 2020 08:25:11 +0000 (16:25 +0800)
committerMarge Bot <eric+marge@anholt.net>
Mon, 17 Feb 2020 02:54:15 +0000 (02:54 +0000)
commit6fc0890cd9cf53dc41fee070faf4570314fdcbc3
treedfd2ad8488c335dd38421e0be6fbd47c6b881e70
parent57d9a51d455900946f3eac18b8d1d77cb03b972c
lima: rename lima_submit to lima_job

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
16 files changed:
src/gallium/drivers/lima/Android.mk
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_fence.c
src/gallium/drivers/lima/lima_job.c [new file with mode: 0644]
src/gallium/drivers/lima/lima_job.h [new file with mode: 0644]
src/gallium/drivers/lima/lima_program.c
src/gallium/drivers/lima/lima_resource.c
src/gallium/drivers/lima/lima_screen.c
src/gallium/drivers/lima/lima_screen.h
src/gallium/drivers/lima/lima_state.c
src/gallium/drivers/lima/lima_submit.c [deleted file]
src/gallium/drivers/lima/lima_submit.h [deleted file]
src/gallium/drivers/lima/lima_texture.c
src/gallium/drivers/lima/meson.build