v3d: Drop the use of the semaphores.
authorEric Anholt <eric@anholt.net>
Thu, 26 Jul 2018 23:48:30 +0000 (16:48 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jul 2018 19:56:36 +0000 (12:56 -0700)
commit22a1ba0403bf40c1684d23d53ddbe1982901ae8b
tree251f358435a1b3a5c6ce932046b3b20d1a369c4d
parent9bf9a6d6a1ddba267cbb0a85cceea44e19a885e8
v3d: Drop the use of the semaphores.

The kernel's scheduler doesn't rely on our emitting them, and in fact we'd
get in trouble if the kernel decided to schedule too many bins in a row
before getting around to scheduling the corresponding render.
src/gallium/drivers/v3d/v3dx_job.c
src/gallium/drivers/v3d/v3dx_rcl.c