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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 164668cb..edc1c5ff 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -466,6 +466,10 @@ struct gpu_ops {
466 u32 *gpc_num, u32 *tpc_num, 466 u32 *gpc_num, u32 *tpc_num,
467 u32 *ppc_num, u32 *be_num, 467 u32 *ppc_num, u32 *be_num,
468 u32 *broadcast_flags); 468 u32 *broadcast_flags);
469 int (*create_priv_addr_table)(struct gk20a *g,
470 u32 addr,
471 u32 *priv_addr_table,
472 u32 *num_registers);
469 } gr; 473 } gr;
470 struct { 474 struct {
471 void (*init_hw)(struct gk20a *g); 475 void (*init_hw)(struct gk20a *g);