summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index d61423d1..4a1c2f75 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -637,6 +637,8 @@ struct gpu_ops {
637 int (*channel_suspend)(struct gk20a *g); 637 int (*channel_suspend)(struct gk20a *g);
638 int (*channel_resume)(struct gk20a *g); 638 int (*channel_resume)(struct gk20a *g);
639 void (*set_error_notifier)(struct channel_gk20a *ch, u32 error); 639 void (*set_error_notifier)(struct channel_gk20a *ch, u32 error);
640 int (*alloc_usermode_buffers)(struct channel_gk20a *c,
641 struct nvgpu_gpfifo_args *gpfifo_args);
640#ifdef CONFIG_TEGRA_GK20A_NVHOST 642#ifdef CONFIG_TEGRA_GK20A_NVHOST
641 int (*alloc_syncpt_buf)(struct channel_gk20a *c, 643 int (*alloc_syncpt_buf)(struct channel_gk20a *c,
642 u32 syncpt_id, struct nvgpu_mem *syncpt_buf); 644 u32 syncpt_id, struct nvgpu_mem *syncpt_buf);