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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b3292ac4..3d1e0847 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -309,6 +309,8 @@ struct gpu_ops {
309 u32 *hww_global_esr); 309 u32 *hww_global_esr);
310 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 310 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
311 bool *post_event); 311 bool *post_event);
312 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc,
313 u32 gpc_exception);
312 void (*enable_gpc_exceptions)(struct gk20a *g); 314 void (*enable_gpc_exceptions)(struct gk20a *g);
313 void (*create_gr_sysfs)(struct device *dev); 315 void (*create_gr_sysfs)(struct device *dev);
314 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g); 316 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
@@ -749,6 +751,8 @@ struct gpu_ops {
749 u32 lspmuwprinitdone; 751 u32 lspmuwprinitdone;
750 u32 lsfloadedfalconid; 752 u32 lsfloadedfalconid;
751 bool fecsbootstrapdone; 753 bool fecsbootstrapdone;
754 void (*handle_ext_irq)(struct gk20a *g, u32 intr);
755 void (*set_irqmask)(struct gk20a *g);
752 } pmu; 756 } pmu;
753 struct { 757 struct {
754 void (*disable_slowboot)(struct gk20a *g); 758 void (*disable_slowboot)(struct gk20a *g);