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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 263d0632..ee1f3304 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -492,6 +492,9 @@ struct gpu_ops {
492 int (*commit_global_ctx_buffers)(struct gk20a *g, 492 int (*commit_global_ctx_buffers)(struct gk20a *g,
493 struct channel_gk20a *c, bool patch); 493 struct channel_gk20a *c, bool patch);
494 u32 (*get_nonpes_aware_tpc)(struct gk20a *g, u32 gpc, u32 tpc); 494 u32 (*get_nonpes_aware_tpc)(struct gk20a *g, u32 gpc, u32 tpc);
495 int (*get_offset_in_gpccs_segment)(struct gk20a *g,
496 int addr_type, u32 num_tpcs, u32 num_ppcs,
497 u32 reg_list_ppc_count, u32 *__offset_in_segment);
495 } gr; 498 } gr;
496 struct { 499 struct {
497 void (*init_hw)(struct gk20a *g); 500 void (*init_hw)(struct gk20a *g);