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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4fbc25be..0e06e7de 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -159,6 +159,8 @@ struct gpu_ops {
159 void (*update_ctxsw_preemption_mode)(struct gk20a *g, 159 void (*update_ctxsw_preemption_mode)(struct gk20a *g,
160 struct channel_ctx_gk20a *ch_ctx, 160 struct channel_ctx_gk20a *ch_ctx,
161 void *ctx_ptr); 161 void *ctx_ptr);
162 int (*dump_gr_regs)(struct gk20a *g,
163 struct gk20a_debug_output *o);
162 } gr; 164 } gr;
163 const char *name; 165 const char *name;
164 struct { 166 struct {