From 865514be2dbd36b65c3ac128724036ea0ce63321 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Oct 2016 17:41:27 -0700 Subject: gpu: nvgpu: Move gp10b HW headers Move the gp10b HW headers to a new directory specially for them: include/nvgpu/hw/gp10b And change the code to include like so: #include This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: Ic80ea5b7f5c280839e502e2178a345181f7a7ef9 Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1280326 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/gr_gp10b.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c index 45820c5c..93d7dcbd 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c @@ -13,27 +13,28 @@ * more details. */ -#include "gk20a/gk20a.h" /* FERMI and MAXWELL classes defined here */ #include #include #include #include +#include #include #include +#include "gk20a/gk20a.h" #include "gk20a/gr_gk20a.h" #include "gk20a/semaphore_gk20a.h" #include "gk20a/dbg_gpu_gk20a.h" -#include "gm20b/gr_gm20b.h" /* for MAXWELL classes */ +#include "gm20b/gr_gm20b.h" #include "gp10b/gr_gp10b.h" -#include "hw_gr_gp10b.h" -#include "hw_fifo_gp10b.h" -#include "hw_ctxsw_prog_gp10b.h" -#include "hw_mc_gp10b.h" #include "gp10b_sysfs.h" -#include + +#include +#include +#include +#include #define NVGPU_GFXP_WFI_TIMEOUT_US 100LL -- cgit v1.2.2