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/ce_gm206.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'drivers/gpu/nvgpu/gm206/ce_gm206.c') diff --git a/drivers/gpu/nvgpu/gm206/ce_gm206.c b/drivers/gpu/nvgpu/gm206/ce_gm206.c index 393a148d..5d5fd432 100644 --- a/drivers/gpu/nvgpu/gm206/ce_gm206.c +++ b/drivers/gpu/nvgpu/gm206/ce_gm206.c @@ -30,13 +30,14 @@ #include "gk20a/debug_gk20a.h" #include "gk20a/semaphore_gk20a.h" -#include "hw_ce2_gm206.h" -#include "hw_pbdma_gm206.h" -#include "hw_ccsr_gm206.h" -#include "hw_ram_gm206.h" -#include "hw_top_gm206.h" -#include "hw_mc_gm206.h" -#include "hw_gr_gm206.h" + +#include +#include +#include +#include +#include +#include +#include /* TODO: We need generic way for query the intr_status register offset. * As of now, there is no way to query this information from dev_ceN_pri.h */ -- cgit v1.2.2