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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 34d08b65..fac7c5df 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -722,8 +722,6 @@ struct gpu_ops {
722 int (*channel_suspend)(struct gk20a *g); 722 int (*channel_suspend)(struct gk20a *g);
723 int (*channel_resume)(struct gk20a *g); 723 int (*channel_resume)(struct gk20a *g);
724 void (*set_error_notifier)(struct channel_gk20a *ch, u32 error); 724 void (*set_error_notifier)(struct channel_gk20a *ch, u32 error);
725 int (*alloc_usermode_buffers)(struct channel_gk20a *c,
726 struct nvgpu_gpfifo_args *gpfifo_args);
727#ifdef CONFIG_TEGRA_GK20A_NVHOST 725#ifdef CONFIG_TEGRA_GK20A_NVHOST
728 int (*alloc_syncpt_buf)(struct channel_gk20a *c, 726 int (*alloc_syncpt_buf)(struct channel_gk20a *c,
729 u32 syncpt_id, struct nvgpu_mem *syncpt_buf); 727 u32 syncpt_id, struct nvgpu_mem *syncpt_buf);
@@ -1569,6 +1567,8 @@ struct gk20a {
1569 int (*copy_user_gpfifo)(struct nvgpu_gpfifo_entry *dest, 1567 int (*copy_user_gpfifo)(struct nvgpu_gpfifo_entry *dest,
1570 struct nvgpu_gpfifo_userdata userdata, 1568 struct nvgpu_gpfifo_userdata userdata,
1571 u32 start, u32 length); 1569 u32 start, u32 length);
1570 int (*alloc_usermode_buffers)(struct channel_gk20a *c,
1571 struct nvgpu_gpfifo_args *gpfifo_args);
1572 } os_channel; 1572 } os_channel;
1573 1573
1574 struct gk20a_scale_profile *scale_profile; 1574 struct gk20a_scale_profile *scale_profile;