From 78ad8a23ea896abde95f76b2ced0fe353cb4cb60 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Oct 2016 18:03:55 -0700 Subject: 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 This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: I76a4ff2e92021150ce65a8843bc12bb614a0e68a Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1280327 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp106/pmu_gp106.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'drivers/gpu/nvgpu/gp106/pmu_gp106.c') diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c index c28073b6..f294b1e0 100644 --- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c +++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c @@ -12,21 +12,25 @@ */ #include /* for udelay */ + #include "gk20a/gk20a.h" #include "gk20a/pmu_gk20a.h" -#include "gm206/pmu_gm206.h" #include "gm20b/pmu_gm20b.h" +#include "gm206/pmu_gm206.h" #include "gp10b/pmu_gp10b.h" #include "gp106/pmu_gp106.h" #include "gp106/acr_gp106.h" -#include "gp106/hw_psec_gp106.h" + #include "clk/clk_mclk.h" -#include "hw_mc_gp106.h" -#include "hw_pwr_gp106.h" + #include "lpwr/lpwr.h" #include "lpwr/rppg.h" +#include +#include +#include + #define PMU_MEM_SCRUBBING_TIMEOUT_MAX 1000 #define PMU_MEM_SCRUBBING_TIMEOUT_DEFAULT 10 -- cgit v1.2.2