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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 8c9095b2..ff96d0d7 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -273,11 +273,6 @@ struct channel_gk20a {
273 bool timeout_debug_dump; 273 bool timeout_debug_dump;
274 unsigned int timeslice_us; 274 unsigned int timeslice_us;
275 275
276 struct dma_buf *error_notifier_ref;
277 struct nvgpu_notification *error_notifier;
278 void *error_notifier_va;
279 struct nvgpu_mutex error_notifier_mutex;
280
281 struct nvgpu_mutex sync_lock; 276 struct nvgpu_mutex sync_lock;
282 struct gk20a_channel_sync *sync; 277 struct gk20a_channel_sync *sync;
283 278
@@ -335,8 +330,6 @@ bool gk20a_channel_update_and_check_timeout(struct channel_gk20a *ch,
335void gk20a_disable_channel(struct channel_gk20a *ch); 330void gk20a_disable_channel(struct channel_gk20a *ch);
336void gk20a_channel_abort(struct channel_gk20a *ch, bool channel_preempt); 331void gk20a_channel_abort(struct channel_gk20a *ch, bool channel_preempt);
337void gk20a_channel_abort_clean_up(struct channel_gk20a *ch); 332void gk20a_channel_abort_clean_up(struct channel_gk20a *ch);
338void gk20a_set_error_notifier(struct channel_gk20a *ch, __u32 error);
339void gk20a_set_error_notifier_locked(struct channel_gk20a *ch, __u32 error);
340void gk20a_channel_semaphore_wakeup(struct gk20a *g, bool post_events); 333void gk20a_channel_semaphore_wakeup(struct gk20a *g, bool post_events);
341int gk20a_channel_alloc_priv_cmdbuf(struct channel_gk20a *c, u32 size, 334int gk20a_channel_alloc_priv_cmdbuf(struct channel_gk20a *c, u32 size,
342 struct priv_cmd_entry *entry); 335 struct priv_cmd_entry *entry);