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 9acaa007..5ab09ac3 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -126,6 +126,7 @@ struct gpu_ops {
126 } ce2; 126 } ce2;
127 struct { 127 struct {
128 int (*init_fs_state)(struct gk20a *g); 128 int (*init_fs_state)(struct gk20a *g);
129 int (*init_preemption_state)(struct gk20a *g);
129 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset); 130 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset);
130 void (*bundle_cb_defaults)(struct gk20a *g); 131 void (*bundle_cb_defaults)(struct gk20a *g);
131 void (*cb_size_default)(struct gk20a *g); 132 void (*cb_size_default)(struct gk20a *g);