summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ecc_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ecc_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
index 1628cf8c..ec8ee19b 100644
--- a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
@@ -50,6 +50,12 @@ struct ecc_gk20a {
50#endif 50#endif
51 } ltc; 51 } ltc;
52 52
53 struct {
54#ifdef CONFIG_TEGRA_19x_GPU
55 struct ecc_eng_t19x t19x;
56#endif
57 } eng;
58
53}; 59};
54 60
55#endif /*__ECC_GK20A_H__*/ 61#endif /*__ECC_GK20A_H__*/