summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2017-05-22 19:39:28 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-04 23:34:57 -0400
commit651f970d1cfd82ef4112bef86357e3521b0d0588 (patch)
tree1ee00cfb32ae6282d692928e9e371570b1e1c907 /drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
parent96cf9748a776e06ae9d9827b5e9adc58a6c25d80 (diff)
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 <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1489020 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ecc_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ecc_gp10b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h b/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
index 454dcb20..c4a6c08e 100644
--- a/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/ecc_gp10b.h
@@ -16,7 +16,7 @@
16#ifndef _NVGPU_ECC_GP10B_H_ 16#ifndef _NVGPU_ECC_GP10B_H_
17#define _NVGPU_ECC_GP10B_H_ 17#define _NVGPU_ECC_GP10B_H_
18 18
19#include <linux/version.h> 19struct gk20a_ecc_stat;
20 20
21struct ecc_gr_t18x { 21struct ecc_gr_t18x {
22 struct gk20a_ecc_stat sm_lrf_single_err_count; 22 struct gk20a_ecc_stat sm_lrf_single_err_count;