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/clk/clk_vin.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'drivers/gpu/nvgpu/clk/clk_vin.c') diff --git a/drivers/gpu/nvgpu/clk/clk_vin.c b/drivers/gpu/nvgpu/clk/clk_vin.c index 649eb234..e2a209ee 100644 --- a/drivers/gpu/nvgpu/clk/clk_vin.c +++ b/drivers/gpu/nvgpu/clk/clk_vin.c @@ -12,17 +12,25 @@ */ #include "gk20a/gk20a.h" -#include "clk.h" -#include "clk_vin.h" + #include "include/bios.h" + #include "boardobj/boardobjgrp.h" #include "boardobj/boardobjgrp_e32.h" + #include "pmuif/gpmuifboardobj.h" #include "pmuif/gpmuifclk.h" -#include "gm206/bios_gm206.h" + #include "ctrl/ctrlvolt.h" + +#include "gm206/bios_gm206.h" #include "gk20a/pmu_gk20a.h" -#include "gp106/hw_fuse_gp106.h" + +#include "clk.h" +#include "clk_vin.h" + + +#include static u32 devinit_get_vin_device_table(struct gk20a *g, struct avfsvinobjs *pvinobjs); -- cgit v1.2.2