summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index cb8ffa95..f62d2731 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -195,7 +195,7 @@ void gk20a_channel_close(struct channel_gk20a *ch);
195bool gk20a_channel_update_and_check_timeout(struct channel_gk20a *ch, 195bool gk20a_channel_update_and_check_timeout(struct channel_gk20a *ch,
196 u32 timeout_delta_ms); 196 u32 timeout_delta_ms);
197void gk20a_disable_channel(struct channel_gk20a *ch); 197void gk20a_disable_channel(struct channel_gk20a *ch);
198void gk20a_channel_abort(struct channel_gk20a *ch); 198void gk20a_channel_abort(struct channel_gk20a *ch, bool channel_preempt);
199int gk20a_channel_finish(struct channel_gk20a *ch, unsigned long timeout); 199int gk20a_channel_finish(struct channel_gk20a *ch, unsigned long timeout);
200void gk20a_set_error_notifier(struct channel_gk20a *ch, __u32 error); 200void gk20a_set_error_notifier(struct channel_gk20a *ch, __u32 error);
201void gk20a_channel_semaphore_wakeup(struct gk20a *g); 201void gk20a_channel_semaphore_wakeup(struct gk20a *g);