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 4ab1cd1b..f64a2b96 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -456,6 +456,10 @@ struct gpu_ops {
456 u32 *count, u32 *offset, 456 u32 *count, u32 *offset,
457 u32 max_cnt, u32 base, 457 u32 max_cnt, u32 base,
458 u32 num_fbpas, u32 stride, u32 mask); 458 u32 num_fbpas, u32 stride, u32 mask);
459 int (*add_ctxsw_reg_perf_pma)(struct ctxsw_buf_offset_map_entry *map,
460 struct aiv_list_gk20a *regs,
461 u32 *count, u32 *offset,
462 u32 max_cnt, u32 base, u32 mask);
459 } gr; 463 } gr;
460 struct { 464 struct {
461 void (*init_hw)(struct gk20a *g); 465 void (*init_hw)(struct gk20a *g);