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 48b34db7..7eee2d51 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -432,6 +432,8 @@ struct gpu_ops {
432 unsigned int (*compressible_page_size)(struct gk20a *g); 432 unsigned int (*compressible_page_size)(struct gk20a *g);
433 void (*dump_vpr_wpr_info)(struct gk20a *g); 433 void (*dump_vpr_wpr_info)(struct gk20a *g);
434 int (*vpr_info_fetch)(struct gk20a *g); 434 int (*vpr_info_fetch)(struct gk20a *g);
435 void (*read_wpr_info)(struct gk20a *g,
436 struct wpr_carveout_info *inf);
435 bool (*is_debug_mode_enabled)(struct gk20a *g); 437 bool (*is_debug_mode_enabled)(struct gk20a *g);
436 void (*set_debug_mode)(struct gk20a *g, bool enable); 438 void (*set_debug_mode)(struct gk20a *g, bool enable);
437 void (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb); 439 void (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb);