From 7f6bf042d8c7e3ffb97f4ff7ddb4b9b4b5b8a4b8 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 2 Sep 2014 10:38:55 +0300 Subject: gpu: nvgpu: Fix and enable L2 error processing Fix L2 error processing to look into interrupts in each L2 and slice. Enable L2 error interrupts. Bug 1549451 Change-Id: If6dd77f1333426a10b6a148c9432c12df8d879c7 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/494656 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade --- drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h') diff --git a/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h index e978adf2..1b741677 100644 --- a/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h +++ b/drivers/gpu/nvgpu/gm20b/hw_mc_gm20b.h @@ -186,6 +186,10 @@ static inline u32 mc_enable_hub_enabled_f(void) { return 0x20000000; } +static inline u32 mc_intr_ltc_r(void) +{ + return 0x0000017c; +} static inline u32 mc_enable_pb_r(void) { return 0x00000204; -- cgit v1.2.2