From 6dd57c29b064774e065b001266aef9dd37bc7feb Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Oct 2016 17:11:10 -0700 Subject: gpu: nvgpu: Move gm206 HW headers Move the gm206 HW headers to a new directory specially for them: include/nvgpu/hw/gm206 And change the code to include like so: #include This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: I90dc39e64e1b58ee9e87fbc26ad0d18c361e239c Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1244792 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm206/hal_gm206.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'drivers/gpu/nvgpu/gm206/hal_gm206.c') diff --git a/drivers/gpu/nvgpu/gm206/hal_gm206.c b/drivers/gpu/nvgpu/gm206/hal_gm206.c index d8793c18..6ecbbfed 100644 --- a/drivers/gpu/nvgpu/gm206/hal_gm206.c +++ b/drivers/gpu/nvgpu/gm206/hal_gm206.c @@ -13,21 +13,22 @@ #include #include - #include -#include "gk20a/gk20a.h" +#include "ce_gm206.h" +#include "fifo_gm206.h" +#include "bios_gm206.h" +#include "gr_gm206.h" +#include "gk20a/gk20a.h" +#include "gk20a/dbg_gpu_gk20a.h" +#include "gk20a/css_gr_gk20a.h" #include "gm20b/mc_gm20b.h" #include "gm20b/ltc_gm20b.h" #include "gm20b/mm_gm20b.h" -#include "gm206/mm_gm206.h" -#include "ce_gm206.h" #include "gm20b/fb_gm20b.h" #include "gm20b/pmu_gm20b.h" #include "gm20b/gr_gm20b.h" -#include "gm206/pmu_gm206.h" -#include "gm206/acr_gm206.h" #include "gm20b/gr_ctx_gm20b.h" #include "gm20b/gm20b_gating_reglist.h" #include "gm20b/regops_gm20b.h" @@ -35,13 +36,11 @@ #include "gm20b/therm_gm20b.h" #include "gm20b/clk_gm20b.h" #include "gm20b/debug_gm20b.h" +#include "gm206/mm_gm206.h" +#include "gm206/pmu_gm206.h" +#include "gm206/acr_gm206.h" -#include "fifo_gm206.h" -#include "bios_gm206.h" -#include "gr_gm206.h" -#include "hw_proj_gm206.h" -#include "gk20a/dbg_gpu_gk20a.h" -#include "gk20a/css_gr_gk20a.h" +#include static struct gpu_ops gm206_ops = { .clock_gating = { -- cgit v1.2.2