summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/therm_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/therm_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/therm_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/therm_gp106.c b/drivers/gpu/nvgpu/gp106/therm_gp106.c
index ab465e6c..1f82aa7a 100644
--- a/drivers/gpu/nvgpu/gp106/therm_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/therm_gp106.c
@@ -33,6 +33,8 @@
33 33
34#include <nvgpu/hw/gp106/hw_therm_gp106.h> 34#include <nvgpu/hw/gp106/hw_therm_gp106.h>
35 35
36#include <nvgpu/utils.h>
37
36void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8) 38void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8)
37{ 39{
38 *max_24_8 = (0x87 << 8); 40 *max_24_8 = (0x87 << 8);