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 bcea5655..695e3f69 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -167,6 +167,11 @@ struct gpu_ops {
167 struct gk20a_debug_output *o); 167 struct gk20a_debug_output *o);
168 int (*update_pc_sampling)(struct channel_gk20a *ch, 168 int (*update_pc_sampling)(struct channel_gk20a *ch,
169 bool enable); 169 bool enable);
170 u32 (*get_max_fbps_count)(struct gk20a *g);
171 u32 (*get_fbp_en_mask)(struct gk20a *g);
172 u32 (*get_max_ltc_per_fbp)(struct gk20a *g);
173 u32 (*get_max_lts_per_ltc)(struct gk20a *g);
174 u32* (*get_rop_l2_en_mask)(struct gk20a *g);
170 } gr; 175 } gr;
171 const char *name; 176 const char *name;
172 struct { 177 struct {