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/gp10b/ltc_gp10b.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gp10b/ltc_gp10b.h') diff --git a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.h b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.h index 7408348e..d7571c8d 100644 --- a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.h @@ -15,5 +15,6 @@ #define LTC_GP10B_H struct gpu_ops; +void gp10b_ltc_isr(struct gk20a *g); void gp10b_init_ltc(struct gpu_ops *gops); #endif -- cgit v1.2.2