From 4b09997772f406d16945016ff4581c7c992faeab Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Thu, 12 Jan 2017 13:01:36 -0800 Subject: nvgpu: gpu: HW header update for Volta Similar HW header update as has been done for all the other chips. HW header files are located under: drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/ And can be included like so: #include Bug 1799159 Change-Id: If39bd71480a34f85bf25f4c36aec0f8f6de4dc9f Signed-off-by: Alex Waterman Reviewed-on: http://git-master/r/1284433 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/gr_gv11b.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c') diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c index dfb46701..31c1a420 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c @@ -13,32 +13,34 @@ * more details. */ -#include -#include "gk20a/gk20a.h" /* FERMI and MAXWELL classes defined here */ #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" + #include "gv11b/gr_gv11b.h" #include "gv11b/mm_gv11b.h" #include "gv11b/subctx_gv11b.h" -#include "hw_gr_gv11b.h" -#include "hw_fifo_gv11b.h" -#include "hw_proj_gv11b.h" -#include "hw_ctxsw_prog_gv11b.h" -#include "hw_mc_gv11b.h" -#include "hw_gr_gv11b.h" -#include "hw_ram_gv11b.h" -#include "hw_pbdma_gv11b.h" -#include -#include + +#include +#include +#include +#include +#include +#include +#include +#include static bool gr_gv11b_is_valid_class(struct gk20a *g, u32 class_num) { -- cgit v1.2.2