summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_ctx_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_ctx_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_ctx_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
index d645ed13..90041096 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
@@ -98,6 +98,7 @@ union __max_name {
98#define NETLIST_REGIONID_NVPERF_PMA 30 98#define NETLIST_REGIONID_NVPERF_PMA 30
99#define NETLIST_REGIONID_CTXREG_PMROP 31 99#define NETLIST_REGIONID_CTXREG_PMROP 31
100#define NETLIST_REGIONID_CTXREG_PMUCGPC 32 100#define NETLIST_REGIONID_CTXREG_PMUCGPC 32
101#define NETLIST_REGIONID_CTXREG_ETPC 33
101 102
102struct netlist_region { 103struct netlist_region {
103 u32 region_id; 104 u32 region_id;