From 651f970d1cfd82ef4112bef86357e3521b0d0588 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Mon, 22 May 2017 16:39:28 -0700 Subject: gpu: nvgpu: chip specific L2 ECC error support Adding support for handling of chip specific ECC memory errors JIRA: GPUT19X-112 Change-Id: I1c04ac1d5233c332b300540eade1b73527c46ff7 Signed-off-by: David Nieto Reviewed-on: http://git-master/r/1489020 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/ecc_gk20a.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/gpu/nvgpu/gk20a/ecc_gk20a.h') 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 { struct ecc_gr_t19x t19x; #endif } gr; + + struct { +#ifdef CONFIG_TEGRA_19x_GPU + struct ecc_ltc_t19x t19x; +#endif + } ltc; + }; #endif /*__ECC_GK20A_H__*/ -- cgit v1.2.2