summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-07-13 18:40:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-19 02:41:54 -0400
commit305dfe9fc0fa9001568a7713742418e1597886fd (patch)
treedfbcfd43b5d556184e671f3ea3c99468163c225f /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent5364257c7f9792b3e85d4af89528d6bda02bfee5 (diff)
gpu: nvgpu: add ctxsw etpc regs
Add etpc ctxsw regs for t19x Bug 200311674 Change-Id: I2d5076cb4df8040613c20d28518325ad7c6a9145 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1520140 GVS: Gerrit_Virtual_Submit Tested-by: Tushar Kashalikar <tkashalikar@nvidia.com> Reviewed-by: Tushar Kashalikar <tkashalikar@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 436377bd..d32a719e 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -270,6 +270,7 @@ struct gr_gk20a {
270 struct aiv_list_gk20a perf_pma; 270 struct aiv_list_gk20a perf_pma;
271 struct aiv_list_gk20a pm_rop; 271 struct aiv_list_gk20a pm_rop;
272 struct aiv_list_gk20a pm_ucgpc; 272 struct aiv_list_gk20a pm_ucgpc;
273 struct aiv_list_gk20a etpc;
273 } ctxsw_regs; 274 } ctxsw_regs;
274 int regs_base_index; 275 int regs_base_index;
275 bool valid; 276 bool valid;