summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fb_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fb_gv11b.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
index 0b8f9fbf..a28d1ff7 100644
--- a/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fb_gv11b.h
@@ -68,5 +68,17 @@ void gv11b_fb_enable_hub_intr(struct gk20a *g,
68void gv11b_fb_disable_hub_intr(struct gk20a *g, 68void gv11b_fb_disable_hub_intr(struct gk20a *g,
69 unsigned int index, unsigned int intr_type); 69 unsigned int index, unsigned int intr_type);
70bool gv11b_fb_mmu_fault_pending(struct gk20a *g); 70bool gv11b_fb_mmu_fault_pending(struct gk20a *g);
71void gv11b_fb_handle_dropped_mmu_fault(struct gk20a *g, u32 fault_status);
72void gv11b_fb_handle_other_fault_notify(struct gk20a *g,
73 u32 fault_status);
74void gv11b_fb_handle_mmu_nonreplay_replay_fault(struct gk20a *g,
75 u32 fault_status, unsigned int index);
76void gv11b_fb_handle_nonreplay_fault_overflow(struct gk20a *g,
77 u32 fault_status);
78void gv11b_fb_handle_replay_fault_overflow(struct gk20a *g,
79 u32 fault_status);
80void gv11b_handle_l2tlb_ecc_isr(struct gk20a *g, u32 ecc_status);
81void gv11b_handle_hubtlb_ecc_isr(struct gk20a *g, u32 ecc_status);
82void gv11b_handle_fillunit_ecc_isr(struct gk20a *g, u32 ecc_status);
71 83
72#endif 84#endif