summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-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 f62dfb94..f0b0bebe 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -509,6 +509,7 @@ struct gpu_ops {
509 enum ctxsw_addr_type addr_type, u32 num_tpcs, 509 enum ctxsw_addr_type addr_type, u32 num_tpcs,
510 u32 num_ppcs, u32 reg_list_ppc_count, 510 u32 num_ppcs, u32 reg_list_ppc_count,
511 u32 *__offset_in_segment); 511 u32 *__offset_in_segment);
512 void (*set_debug_mode)(struct gk20a *g, bool enable);
512 } gr; 513 } gr;
513 struct { 514 struct {
514 void (*init_hw)(struct gk20a *g); 515 void (*init_hw)(struct gk20a *g);