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 899c1d6a..89b414be 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -313,6 +313,8 @@ struct gpu_ops {
313 bool *post_event); 313 bool *post_event);
314 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc, 314 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc,
315 u32 gpc_exception); 315 u32 gpc_exception);
316 int (*handle_gpc_gpcmmu_exception)(struct gk20a *g, u32 gpc,
317 u32 gpc_exception);
316 void (*enable_gpc_exceptions)(struct gk20a *g); 318 void (*enable_gpc_exceptions)(struct gk20a *g);
317 void (*enable_exceptions)(struct gk20a *g); 319 void (*enable_exceptions)(struct gk20a *g);
318 void (*create_gr_sysfs)(struct device *dev); 320 void (*create_gr_sysfs)(struct device *dev);