summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 2c98797d..f9b9c6e6 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -2229,7 +2229,7 @@ void gk20a_channel_semaphore_wakeup(struct gk20a *g, bool post_events)
2229 struct tsg_gk20a *tsg = 2229 struct tsg_gk20a *tsg =
2230 &g->fifo.tsg[c->tsgid]; 2230 &g->fifo.tsg[c->tsgid];
2231 2231
2232 gk20a_tsg_event_id_post_event(tsg, 2232 g->ops.fifo.post_event_id(tsg,
2233 NVGPU_EVENT_ID_BLOCKING_SYNC); 2233 NVGPU_EVENT_ID_BLOCKING_SYNC);
2234 } 2234 }
2235 } 2235 }