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 a9081a9d..c19b2bf8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -191,6 +191,10 @@ struct gpu_ops {
191 void *(*get_pmu_seq_out_a_ptr)( 191 void *(*get_pmu_seq_out_a_ptr)(
192 struct pmu_sequence *seq); 192 struct pmu_sequence *seq);
193 } pmu_ver; 193 } pmu_ver;
194 struct {
195 int (*get_netlist_name)(int index, char *name);
196 bool (*is_fw_defined)(void);
197 } gr_ctx;
194}; 198};
195 199
196struct gk20a { 200struct gk20a {