summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index 56b14245..0230709c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -560,7 +560,7 @@ struct gpu_ops {
560 void (*enable_hub_intr)(struct gk20a *g); 560 void (*enable_hub_intr)(struct gk20a *g);
561 void (*disable_hub_intr)(struct gk20a *g); 561 void (*disable_hub_intr)(struct gk20a *g);
562 int (*init_fbpa)(struct gk20a *g); 562 int (*init_fbpa)(struct gk20a *g);
563 void (*fbpa_isr)(struct gk20a *g); 563 void (*handle_fbpa_intr)(struct gk20a *g, u32 fbpa_id);
564 void (*write_mmu_fault_buffer_lo_hi)(struct gk20a *g, u32 index, 564 void (*write_mmu_fault_buffer_lo_hi)(struct gk20a *g, u32 index,
565 u32 addr_lo, u32 addr_hi); 565 u32 addr_lo, u32 addr_hi);
566 void (*write_mmu_fault_buffer_get)(struct gk20a *g, u32 index, 566 void (*write_mmu_fault_buffer_get)(struct gk20a *g, u32 index,
@@ -1168,6 +1168,7 @@ struct gpu_ops {
1168 void (*reset)(struct gk20a *g, u32 units); 1168 void (*reset)(struct gk20a *g, u32 units);
1169 bool (*is_intr1_pending)(struct gk20a *g, enum nvgpu_unit unit, u32 mc_intr_1); 1169 bool (*is_intr1_pending)(struct gk20a *g, enum nvgpu_unit unit, u32 mc_intr_1);
1170 void (*log_pending_intrs)(struct gk20a *g); 1170 void (*log_pending_intrs)(struct gk20a *g);
1171 void (*fbpa_isr)(struct gk20a *g);
1171 } mc; 1172 } mc;
1172 struct { 1173 struct {
1173 void (*show_dump)(struct gk20a *g, 1174 void (*show_dump)(struct gk20a *g,