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 80d85d65..d7fdffb0 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -172,6 +172,7 @@ struct gpu_ops {
172 u32 (*get_num_pce)(struct gk20a *g); 172 u32 (*get_num_pce)(struct gk20a *g);
173 } ce2; 173 } ce2;
174 struct { 174 struct {
175 u32 (*get_patch_slots)(struct gk20a *g);
175 int (*init_fs_state)(struct gk20a *g); 176 int (*init_fs_state)(struct gk20a *g);
176 int (*init_preemption_state)(struct gk20a *g); 177 int (*init_preemption_state)(struct gk20a *g);
177 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset); 178 void (*access_smpc_reg)(struct gk20a *g, u32 quad, u32 offset);