summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2017-05-10 04:52:15 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-18 12:04:34 -0400
commitb1d303685b384d58064d8b18ec97e1302bcbba88 (patch)
treefebc0226b712513b025afd78f5c898f41b4846d3 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent4d7711b076acf077b93b8cbac40ab0429b33fce6 (diff)
gpu: nvgpu: Add gr_t19x support for gv11b ECC
This CL covers the following modification, 1) Added gr_t19x support for gv11b ECC 2) Modified the gp10b platform config for gv11b sysfs support JIRA GPUT19X-85 JIRA GPUT19X-104 JIRA GPUT19X-100 JIRA GPUT19X-103 Bug 1825948 Bug 1825962 Bug 1775457 Change-Id: I0bf13f80a73cc2184147230d098e89a517554c01 Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1478952 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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 ee528c31..5e49edb8 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -374,6 +374,10 @@ struct gr_gk20a {
374#ifdef CONFIG_ARCH_TEGRA_18x_SOC 374#ifdef CONFIG_ARCH_TEGRA_18x_SOC
375 struct gr_t18x t18x; 375 struct gr_t18x t18x;
376#endif 376#endif
377#ifdef CONFIG_TEGRA_19x_GPU
378 struct gr_t19x t19x;
379#endif
380
377 u32 fbp_en_mask; 381 u32 fbp_en_mask;
378 u32 *fbp_rop_l2_en_mask; 382 u32 *fbp_rop_l2_en_mask;
379 u32 no_of_sm; 383 u32 no_of_sm;