summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/lpwr
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/lpwr
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/lpwr')
-rw-r--r--drivers/gpu/nvgpu/lpwr/lpwr.c2
-rw-r--r--drivers/gpu/nvgpu/lpwr/rppg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/lpwr/lpwr.c b/drivers/gpu/nvgpu/lpwr/lpwr.c
index b1189590..7bfea5d5 100644
--- a/drivers/gpu/nvgpu/lpwr/lpwr.c
+++ b/drivers/gpu/nvgpu/lpwr/lpwr.c
@@ -15,7 +15,7 @@
15#include <nvgpu/pmu.h> 15#include <nvgpu/pmu.h>
16 16
17#include "gk20a/gk20a.h" 17#include "gk20a/gk20a.h"
18#include "gm206/bios_gm206.h" 18#include "gp106/bios_gp106.h"
19#include "pstate/pstate.h" 19#include "pstate/pstate.h"
20#include "perf/perf.h" 20#include "perf/perf.h"
21#include "lpwr.h" 21#include "lpwr.h"
diff --git a/drivers/gpu/nvgpu/lpwr/rppg.c b/drivers/gpu/nvgpu/lpwr/rppg.c
index 64046040..8e03a16b 100644
--- a/drivers/gpu/nvgpu/lpwr/rppg.c
+++ b/drivers/gpu/nvgpu/lpwr/rppg.c
@@ -14,7 +14,7 @@
14#include <nvgpu/pmu.h> 14#include <nvgpu/pmu.h>
15 15
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "gm206/bios_gm206.h" 17#include "gp106/bios_gp106.h"
18#include "pstate/pstate.h" 18#include "pstate/pstate.h"
19 19
20static void pmu_handle_rppg_init_msg(struct gk20a *g, struct pmu_msg *msg, 20static void pmu_handle_rppg_init_msg(struct gk20a *g, struct pmu_msg *msg,