From 869b4dd2748263a4c88569973a17c787834427c2 Mon Sep 17 00:00:00 2001 From: Adeel Raza Date: Tue, 3 May 2016 17:42:07 -0700 Subject: gpu: nvgpu: add code to handle DT fuse overrides Add code for handling GP10B fuse overrides specified in the device tree. Also add specific handling for the ECC fuse override. Bug 1699676 Change-Id: Ifa07983054cd143f7f1745a6a6de36f4d4e08126 Signed-off-by: Adeel Raza Reviewed-on: http://git-master/r/1140893 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/gr_gp10b.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h') diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h index 8c544f14..eb361820 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h @@ -83,6 +83,8 @@ struct gr_t18x { struct ecc_stat l2_ded_count; } ecc_stats; + u32 fecs_feature_override_ecc_val; + int cilp_preempt_pending_chid; }; -- cgit v1.2.2