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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index c6bc129f..f577f93c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -552,6 +552,7 @@ struct gpu_ops {
552 struct channel_gk20a *ch); 552 struct channel_gk20a *ch);
553 int (*tsg_unbind_channel)(struct channel_gk20a *ch); 553 int (*tsg_unbind_channel)(struct channel_gk20a *ch);
554 int (*tsg_open)(struct tsg_gk20a *tsg); 554 int (*tsg_open)(struct tsg_gk20a *tsg);
555 void (*tsg_release)(struct tsg_gk20a *tsg);
555 u32 (*eng_runlist_base_size)(void); 556 u32 (*eng_runlist_base_size)(void);
556 int (*init_engine_info)(struct fifo_gk20a *f); 557 int (*init_engine_info)(struct fifo_gk20a *f);
557 u32 (*runlist_entry_size)(void); 558 u32 (*runlist_entry_size)(void);