summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2017-05-22 19:38:49 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-04 23:34:57 -0400
commit6bc36bded05ee497a474e5a718c49dc33eb235f1 (patch)
treecaf557eaff74b2fa01609dfa3b933713647838d6 /drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
parent81172b5df4c7dc46bf46419074b30e0a73f5ddfb (diff)
gpu: nvgpu: L2 cache tag ECC support
Adding support for L2 cache tag ECC error handling JIRA: GPUT19X-112 Change-Id: I9a8ebefe97814b341f57a024dfb126013adaac1c Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1489029 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/ecc_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/ecc_gv11b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h b/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
index 6b471655..4e1696f7 100644
--- a/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
@@ -33,4 +33,9 @@ struct ecc_gr_t19x {
33 struct gk20a_ecc_stat gpccs_uncorrected_err_count; 33 struct gk20a_ecc_stat gpccs_uncorrected_err_count;
34}; 34};
35 35
36struct ecc_ltc_t19x {
37 struct gk20a_ecc_stat l2_cache_corrected_err_count;
38 struct gk20a_ecc_stat l2_cache_uncorrected_err_count;
39};
40
36#endif 41#endif