summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ecc_gk20a.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
index 8ba01226..1628cf8c 100644
--- a/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ecc_gk20a.h
@@ -43,6 +43,13 @@ struct ecc_gk20a {
43 struct ecc_gr_t19x t19x; 43 struct ecc_gr_t19x t19x;
44#endif 44#endif
45 } gr; 45 } gr;
46
47 struct {
48#ifdef CONFIG_TEGRA_19x_GPU
49 struct ecc_ltc_t19x t19x;
50#endif
51 } ltc;
52
46}; 53};
47 54
48#endif /*__ECC_GK20A_H__*/ 55#endif /*__ECC_GK20A_H__*/