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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index c938ba6b..805902eb 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -2395,10 +2395,10 @@ void gk20a_channel_semaphore_wakeup(struct gk20a *g, bool post_events)
2395 &g->fifo.tsg[c->tsgid]; 2395 &g->fifo.tsg[c->tsgid];
2396 2396
2397 gk20a_tsg_event_id_post_event(tsg, 2397 gk20a_tsg_event_id_post_event(tsg,
2398 NVGPU_IOCTL_CHANNEL_EVENT_ID_BLOCKING_SYNC); 2398 NVGPU_EVENT_ID_BLOCKING_SYNC);
2399 } else { 2399 } else {
2400 gk20a_channel_event_id_post_event(c, 2400 gk20a_channel_event_id_post_event(c,
2401 NVGPU_IOCTL_CHANNEL_EVENT_ID_BLOCKING_SYNC); 2401 NVGPU_EVENT_ID_BLOCKING_SYNC);
2402 } 2402 }
2403 } 2403 }
2404 /* 2404 /*