summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
diff options
context:
space:
mode:
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