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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index efb425c2..164668cb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -461,6 +461,11 @@ struct gpu_ops {
461 struct aiv_list_gk20a *regs, 461 struct aiv_list_gk20a *regs,
462 u32 *count, u32 *offset, 462 u32 *count, u32 *offset,
463 u32 max_cnt, u32 base, u32 mask); 463 u32 max_cnt, u32 base, u32 mask);
464 int (*decode_priv_addr)(struct gk20a *g, u32 addr,
465 int *addr_type,
466 u32 *gpc_num, u32 *tpc_num,
467 u32 *ppc_num, u32 *be_num,
468 u32 *broadcast_flags);
464 } gr; 469 } gr;
465 struct { 470 struct {
466 void (*init_hw)(struct gk20a *g); 471 void (*init_hw)(struct gk20a *g);