summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/therm_gp106.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-10-28 21:03:55 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-11 15:44:15 -0500
commit78ad8a23ea896abde95f76b2ced0fe353cb4cb60 (patch)
treec52725895a49d1b8a1f71816eba90ada3316c23e /drivers/gpu/nvgpu/gp106/therm_gp106.c
parent865514be2dbd36b65c3ac128724036ea0ce63321 (diff)
gpu: nvgpu: Move gp106 HW headers
Move the gp106 HW headers to a new directory specially for them: include/nvgpu/hw/gp106 And change the code to include like so: #include <nvgpu/hw/gp106/hw_fb_gp106.h> This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: I76a4ff2e92021150ce65a8843bc12bb614a0e68a Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1280327 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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);