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, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ef8068e5..1157390a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -88,6 +88,10 @@ struct gpu_ops {
88 void (*flush)(struct gk20a *g); 88 void (*flush)(struct gk20a *g);
89 } ltc; 89 } ltc;
90 struct { 90 struct {
91 void (*isr_stall)(struct gk20a *g);
92 void (*isr_nonstall)(struct gk20a *g);
93 } ce2;
94 struct {
91 int (*init_fs_state)(struct gk20a *g); 95 int (*init_fs_state)(struct gk20a *g);
92 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset); 96 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset);
93 void (*bundle_cb_defaults)(struct gk20a *g); 97 void (*bundle_cb_defaults)(struct gk20a *g);