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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 23ed2f15..ce0a6563 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -307,10 +307,11 @@ struct gpu_ops {
307 int (*update_smpc_ctxsw_mode)(struct gk20a *g, 307 int (*update_smpc_ctxsw_mode)(struct gk20a *g,
308 struct channel_gk20a *c, 308 struct channel_gk20a *c,
309 bool enable); 309 bool enable);
310 u32 (*get_hw_accessor_stream_out_mode)(void);
310 int (*update_hwpm_ctxsw_mode)(struct gk20a *g, 311 int (*update_hwpm_ctxsw_mode)(struct gk20a *g,
311 struct channel_gk20a *c, 312 struct channel_gk20a *c,
312 u64 gpu_va, 313 u64 gpu_va,
313 bool enable); 314 u32 mode);
314 int (*dump_gr_regs)(struct gk20a *g, 315 int (*dump_gr_regs)(struct gk20a *g,
315 struct gk20a_debug_output *o); 316 struct gk20a_debug_output *o);
316 int (*update_pc_sampling)(struct channel_gk20a *ch, 317 int (*update_pc_sampling)(struct channel_gk20a *ch,