v3d: Remove the special path for simulaton of the submit ioctl.
authorEric Anholt <eric@anholt.net>
Fri, 2 Nov 2018 18:51:58 +0000 (11:51 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 2 Nov 2018 21:26:38 +0000 (14:26 -0700)
commitf32ba7abd774a0b09805da582a97e1a1eb5efd75
treec2cc98aba00f14cf4eb24d152d6821a9e849d013
parentdf9f574c13bc9856acc74253c0ca6d8629b9ed52
v3d: Remove the special path for simulaton of the submit ioctl.

Now that it doesn't need to find the struct v3d_bos, it can just take the
normal v3d_ioctl() path.
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3d_job.c
src/gallium/drivers/v3d/v3d_simulator.c
src/gallium/drivers/v3d/v3dx_context.h
src/gallium/drivers/v3d/v3dx_simulator.c