aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3dx_rcl.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-07-26 16:48:30 -0700
committerEric Anholt <[email protected]>2018-07-27 12:56:36 -0700
commit22a1ba0403bf40c1684d23d53ddbe1982901ae8b (patch)
tree251f358435a1b3a5c6ce932046b3b20d1a369c4d /src/gallium/drivers/v3d/v3dx_rcl.c
parent9bf9a6d6a1ddba267cbb0a85cceea44e19a885e8 (diff)
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.
Diffstat (limited to 'src/gallium/drivers/v3d/v3dx_rcl.c')
-rw-r--r--src/gallium/drivers/v3d/v3dx_rcl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/v3d/v3dx_rcl.c b/src/gallium/drivers/v3d/v3dx_rcl.c
index d795591c01a..ae7daf9375e 100644
--- a/src/gallium/drivers/v3d/v3dx_rcl.c
+++ b/src/gallium/drivers/v3d/v3dx_rcl.c
@@ -760,8 +760,6 @@ v3dX(emit_rcl)(struct v3d_job *job)
v3d_rcl_emit_generic_per_tile_list(job, nr_cbufs - 1);
- cl_emit(&job->rcl, WAIT_ON_SEMAPHORE, sem);
-
/* XXX: Use Morton order */
uint32_t supertile_w_in_pixels = job->tile_width * supertile_w;
uint32_t supertile_h_in_pixels = job->tile_height * supertile_h;