From b928f10d37bdb57266569073d8b5d553dbf39044 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 28 Oct 2016 16:49:50 -0700 Subject: gpu: nvgpu: Start re-organizing the HW headers Reorganize the HW headers of gk20a. The headers are moved to a new directory: include/nvgpu/hw/gk20a And from the code are included like so: #include This is the first step in reorganizing all of the HW headers for gm20b, gm206, etc. This is part of a larger effort to re-structure and make the driver more readable and scalable. Bug 1799159 Change-Id: Ic151155cbc2e6f75009f2d9d597b364a1bed2c4c Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1244790 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c index 753f031a..f2094bfa 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/gk20a.c @@ -51,14 +51,6 @@ #include "ctrl_gk20a.h" #include "channel_sync_gk20a.h" -#include "hw_mc_gk20a.h" -#include "hw_timer_gk20a.h" -#include "hw_bus_gk20a.h" -#include "hw_sim_gk20a.h" -#include "hw_top_gk20a.h" -#include "hw_ltc_gk20a.h" -#include "hw_gr_gk20a.h" -#include "hw_fb_gk20a.h" #include "gk20a_scale.h" #include "ctxsw_trace_gk20a.h" #include "dbg_gpu_gk20a.h" @@ -81,6 +73,16 @@ #include "nvgpu_gpuid_t19x.h" #endif +#include +#include +#include +#include +#include +#include +#include +#include + + #ifdef CONFIG_ARM64 #define __cpuc_flush_dcache_area __flush_dcache_area #endif -- cgit v1.2.2