summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/therm
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-09-19 15:04:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-09-20 18:55:32 -0400
commit774899f30aaae13aa92a3490714cf23fceb8ce49 (patch)
treef156ac82035ef9b18d941d8764c87858f1942f92 /drivers/gpu/nvgpu/therm
parent0b2515dfcaf1db9af55e9e75c377a2d32353ef3f (diff)
gpu: nvgpu: Change VBIOS code to use gp106 headers
VBIOS code was the last code using gm206 hardware headers. Change the code to use gp106 headers instead, move the code to gp106 directory and delete gm206 HW headers. JIRA NVGPU-218 Change-Id: I7ccd6c2975c767bca871d77a701dbd3395b17f30 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1563742 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/therm')
-rw-r--r--drivers/gpu/nvgpu/therm/thrmchannel.c2
-rw-r--r--drivers/gpu/nvgpu/therm/thrmdev.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/therm/thrmchannel.c b/drivers/gpu/nvgpu/therm/thrmchannel.c
index da2fbc9e..7e534cbd 100644
--- a/drivers/gpu/nvgpu/therm/thrmchannel.c
+++ b/drivers/gpu/nvgpu/therm/thrmchannel.c
@@ -18,7 +18,7 @@
18#include "thrmchannel.h" 18#include "thrmchannel.h"
19#include "boardobj/boardobjgrp.h" 19#include "boardobj/boardobjgrp.h"
20#include "boardobj/boardobjgrp_e32.h" 20#include "boardobj/boardobjgrp_e32.h"
21#include "gm206/bios_gm206.h" 21#include "gp106/bios_gp106.h"
22 22
23static u32 _therm_channel_pmudatainit_device(struct gk20a *g, 23static u32 _therm_channel_pmudatainit_device(struct gk20a *g,
24 struct boardobj *board_obj_ptr, 24 struct boardobj *board_obj_ptr,
diff --git a/drivers/gpu/nvgpu/therm/thrmdev.c b/drivers/gpu/nvgpu/therm/thrmdev.c
index 782939f0..d01b567a 100644
--- a/drivers/gpu/nvgpu/therm/thrmdev.c
+++ b/drivers/gpu/nvgpu/therm/thrmdev.c
@@ -18,7 +18,7 @@
18#include "thrmdev.h" 18#include "thrmdev.h"
19#include "boardobj/boardobjgrp.h" 19#include "boardobj/boardobjgrp.h"
20#include "boardobj/boardobjgrp_e32.h" 20#include "boardobj/boardobjgrp_e32.h"
21#include "gm206/bios_gm206.h" 21#include "gp106/bios_gp106.h"
22#include "ctrl/ctrltherm.h" 22#include "ctrl/ctrltherm.h"
23 23
24static struct boardobj *construct_therm_device(struct gk20a *g, 24static struct boardobj *construct_therm_device(struct gk20a *g,