summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c38
1 files changed, 20 insertions, 18 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index ccaa570c..07f386e8 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B Tegra HAL interface 2 * GV11B Tegra HAL interface
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -18,26 +18,28 @@
18 18
19#include <linux/types.h> 19#include <linux/types.h>
20#include <linux/tegra_gpu_t19x.h> 20#include <linux/tegra_gpu_t19x.h>
21#include "gk20a/gk20a.h"
22 21
23#include "gv11b/hal_gv11b.h" 22#include "gk20a/gk20a.h"
24#include "gv11b/gr_gv11b.h" 23#include "gk20a/dbg_gpu_gk20a.h"
25#include "gv11b/mc_gv11b.h"
26#include "gv11b/ltc_gv11b.h"
27#include "gv11b/fecs_trace_gv11b.h"
28#include "gv11b/gv11b.h"
29#include "gv11b/ce_gv11b.h"
30#include "gv11b/gr_ctx_gv11b.h"
31#include "gv11b/mm_gv11b.h"
32#include "gv11b/pmu_gv11b.h"
33#include "gv11b/therm_gv11b.h"
34#include "gv11b/fb_gv11b.h"
35#include "gv11b/fifo_gv11b.h"
36#include "gv11b/hw_proj_gv11b.h"
37#include "gv11b/gv11b_gating_reglist.h"
38 24
39#include "gm20b/gr_gm20b.h" 25#include "gm20b/gr_gm20b.h"
40#include "gk20a/dbg_gpu_gk20a.h" 26
27#include "hal_gv11b.h"
28#include "gr_gv11b.h"
29#include "mc_gv11b.h"
30#include "ltc_gv11b.h"
31#include "fecs_trace_gv11b.h"
32#include "gv11b.h"
33#include "ce_gv11b.h"
34#include "gr_ctx_gv11b.h"
35#include "mm_gv11b.h"
36#include "pmu_gv11b.h"
37#include "therm_gv11b.h"
38#include "fb_gv11b.h"
39#include "fifo_gv11b.h"
40#include "gv11b_gating_reglist.h"
41
42#include <nvgpu/hw/gv11b/hw_proj_gv11b.h>
41 43
42static struct gpu_ops gv11b_ops; 44static struct gpu_ops gv11b_ops;
43 45