summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hw_fuse_gp106.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hw_fuse_gp106.h b/drivers/gpu/nvgpu/gp106/hw_fuse_gp106.h
index afabc943..32d8a4f2 100644
--- a/drivers/gpu/nvgpu/gp106/hw_fuse_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/hw_fuse_gp106.h
@@ -164,7 +164,7 @@ static inline u32 fuse_vin_cal_gpc1_icpt_sign_f(void)
164} 164}
165static inline u32 fuse_vin_cal_gpc1_slope_sign_f(void) 165static inline u32 fuse_vin_cal_gpc1_slope_sign_f(void)
166{ 166{
167 return 0x8000; 167 return 0x800;
168} 168}
169static inline u32 fuse_vin_cal_gpc1_icpt_data_v(u32 r) 169static inline u32 fuse_vin_cal_gpc1_icpt_data_v(u32 r)
170{ 170{