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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h b/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
index 4e1696f7..70b1bab8 100644
--- a/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/ecc_gv11b.h
@@ -31,6 +31,8 @@ struct ecc_gr_t19x {
31 struct gk20a_ecc_stat fecs_uncorrected_err_count; 31 struct gk20a_ecc_stat fecs_uncorrected_err_count;
32 struct gk20a_ecc_stat gpccs_corrected_err_count; 32 struct gk20a_ecc_stat gpccs_corrected_err_count;
33 struct gk20a_ecc_stat gpccs_uncorrected_err_count; 33 struct gk20a_ecc_stat gpccs_uncorrected_err_count;
34 struct gk20a_ecc_stat mmu_l1tlb_corrected_err_count;
35 struct gk20a_ecc_stat mmu_l1tlb_uncorrected_err_count;
34}; 36};
35 37
36struct ecc_ltc_t19x { 38struct ecc_ltc_t19x {