summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index f87c6dea..0238ae6c 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -253,8 +253,8 @@ void gv11b_userd_gp_put(struct gk20a *g, struct channel_gk20a *c)
253 253
254 nvgpu_mem_wr32(g, userd_mem, offset + ram_userd_gp_put_w(), 254 nvgpu_mem_wr32(g, userd_mem, offset + ram_userd_gp_put_w(),
255 c->gpfifo.put); 255 c->gpfifo.put);
256 /* commit everything to cpu */ 256 /* Commit everything to GPU. */
257 nvgpu_smp_mb(); 257 nvgpu_mb();
258 258
259 gv11b_ring_channel_doorbell(c); 259 gv11b_ring_channel_doorbell(c);
260} 260}