summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorLakshmanan M <lm@nvidia.com>2017-05-15 06:02:21 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-18 12:04:39 -0400
commitd503a234440b0b5912f64314de68689b3211bbcd (patch)
treeb49c43a03d54ace5673945fe9e3664e84e62247b /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parentffc37e50fa8e869e9a160b35f3cf414040e8a360 (diff)
gpu: nvgpu: gv11b: Add LRF + CBU parity support
This CL covers the following parity support (uncorrected error), 1) SM's LRF 2) SM's CBU Volta Resiliency Id - Volta-637 JIRA GPUT19X-85 JIRA GPUT19X-110 Bug 1775457 Change-Id: I3befb1fe22719d06aa819ef27654aaf97f911a9b Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: http://git-master/r/1481791 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 2d6e3d1f..b350862c 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -39,6 +39,8 @@ struct gr_t19x {
39 struct { 39 struct {
40 struct gr_gp10b_ecc_stat sm_l1_tag_corrected_err_count; 40 struct gr_gp10b_ecc_stat sm_l1_tag_corrected_err_count;
41 struct gr_gp10b_ecc_stat sm_l1_tag_uncorrected_err_count; 41 struct gr_gp10b_ecc_stat sm_l1_tag_uncorrected_err_count;
42 struct gr_gp10b_ecc_stat sm_cbu_corrected_err_count;
43 struct gr_gp10b_ecc_stat sm_cbu_uncorrected_err_count;
42 } ecc_stats; 44 } ecc_stats;
43}; 45};
44 46