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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 20f07c6c..2b8e8b0a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -551,7 +551,7 @@ struct gpu_ops {
551 struct wpr_carveout_info *inf); 551 struct wpr_carveout_info *inf);
552 bool (*is_debug_mode_enabled)(struct gk20a *g); 552 bool (*is_debug_mode_enabled)(struct gk20a *g);
553 void (*set_debug_mode)(struct gk20a *g, bool enable); 553 void (*set_debug_mode)(struct gk20a *g, bool enable);
554 void (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb); 554 int (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb);
555 void (*hub_isr)(struct gk20a *g); 555 void (*hub_isr)(struct gk20a *g);
556 void (*handle_replayable_fault)(struct gk20a *g); 556 void (*handle_replayable_fault)(struct gk20a *g);
557 int (*mem_unlock)(struct gk20a *g); 557 int (*mem_unlock)(struct gk20a *g);