summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index aa83f85a..e1335b89 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -248,6 +248,10 @@ struct gr_gk20a {
248 struct aiv_list_gk20a gpc_router; 248 struct aiv_list_gk20a gpc_router;
249 struct aiv_list_gk20a pm_ltc; 249 struct aiv_list_gk20a pm_ltc;
250 struct aiv_list_gk20a pm_fbpa; 250 struct aiv_list_gk20a pm_fbpa;
251 struct aiv_list_gk20a perf_sys_router;
252 struct aiv_list_gk20a perf_pma;
253 struct aiv_list_gk20a pm_rop;
254 struct aiv_list_gk20a pm_ucgpc;
251 } ctxsw_regs; 255 } ctxsw_regs;
252 int regs_base_index; 256 int regs_base_index;
253 bool valid; 257 bool valid;