summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.h2
1 files changed, 2 insertions, 0 deletions
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 {
83 struct ecc_stat l2_ded_count; 83 struct ecc_stat l2_ded_count;
84 } ecc_stats; 84 } ecc_stats;
85 85
86 u32 fecs_feature_override_ecc_val;
87
86 int cilp_preempt_pending_chid; 88 int cilp_preempt_pending_chid;
87}; 89};
88 90