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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 9d8dc5f7..d9cc3d4f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -172,6 +172,12 @@ struct gpu_ops {
172 void (*update_ctxsw_preemption_mode)(struct gk20a *g, 172 void (*update_ctxsw_preemption_mode)(struct gk20a *g,
173 struct channel_ctx_gk20a *ch_ctx, 173 struct channel_ctx_gk20a *ch_ctx,
174 void *ctx_ptr); 174 void *ctx_ptr);
175 int (*update_smpc_ctxsw_mode)(struct gk20a *g,
176 struct channel_gk20a *c,
177 bool enable);
178 int (*update_hwpm_ctxsw_mode)(struct gk20a *g,
179 struct channel_gk20a *c,
180 bool enable);
175 int (*dump_gr_regs)(struct gk20a *g, 181 int (*dump_gr_regs)(struct gk20a *g,
176 struct gk20a_debug_output *o); 182 struct gk20a_debug_output *o);
177 int (*update_pc_sampling)(struct channel_gk20a *ch, 183 int (*update_pc_sampling)(struct channel_gk20a *ch,