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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/therm_gp106.c b/drivers/gpu/nvgpu/gp106/therm_gp106.c
index bbcc5c80..c6ce6467 100644
--- a/drivers/gpu/nvgpu/gp106/therm_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/therm_gp106.c
@@ -13,9 +13,10 @@
13 13
14#include "therm_gp106.h" 14#include "therm_gp106.h"
15#include <linux/debugfs.h> 15#include <linux/debugfs.h>
16#include "hw_therm_gp106.h"
17#include "therm/thrmpmu.h" 16#include "therm/thrmpmu.h"
18 17
18#include <nvgpu/hw/gp106/hw_therm_gp106.h>
19
19static void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8) 20static void gp106_get_internal_sensor_limits(s32 *max_24_8, s32 *min_24_8)
20{ 21{
21 *max_24_8 = (0x87 << 8); 22 *max_24_8 = (0x87 << 8);