summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-10-28 20:41:27 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-11 15:44:14 -0500
commit865514be2dbd36b65c3ac128724036ea0ce63321 (patch)
tree9a2fccc3b71a8945923b0ed4910c4fec45fa4fec /drivers/gpu/nvgpu/gp10b/hal_gp10b.c
parent6dd57c29b064774e065b001266aef9dd37bc7feb (diff)
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 <nvgpu/hw/gp10b/hw_fb_gp10b.h> This is part of the process to restructure the nvgpu driver. Bug 1799159 Change-Id: Ic80ea5b7f5c280839e502e2178a345181f7a7ef9 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1280326 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index a656f10d..d6379374 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -16,10 +16,12 @@
16#include <linux/types.h> 16#include <linux/types.h>
17#include <linux/printk.h> 17#include <linux/printk.h>
18#include <linux/version.h> 18#include <linux/version.h>
19
20#include <linux/types.h> 19#include <linux/types.h>
20#include <linux/tegra-fuse.h>
21 21
22#include "gk20a/gk20a.h" 22#include "gk20a/gk20a.h"
23#include "gk20a/dbg_gpu_gk20a.h"
24#include "gk20a/css_gr_gk20a.h"
23 25
24#include "gp10b/gr_gp10b.h" 26#include "gp10b/gr_gp10b.h"
25#include "gp10b/fecs_trace_gp10b.h" 27#include "gp10b/fecs_trace_gp10b.h"
@@ -40,12 +42,10 @@
40#include "gm20b/fifo_gm20b.h" 42#include "gm20b/fifo_gm20b.h"
41#include "gm20b/pmu_gm20b.h" 43#include "gm20b/pmu_gm20b.h"
42#include "gm20b/clk_gm20b.h" 44#include "gm20b/clk_gm20b.h"
43#include <linux/tegra-fuse.h>
44 45
45#include "gp10b.h" 46#include "gp10b.h"
46#include "hw_proj_gp10b.h" 47
47#include "gk20a/dbg_gpu_gk20a.h" 48#include <nvgpu/hw/gp10b/hw_proj_gp10b.h>
48#include "gk20a/css_gr_gk20a.h"
49 49
50#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 4, 0) 50#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 4, 0)
51#define FUSE_OPT_PRIV_SEC_EN_0 0x264 51#define FUSE_OPT_PRIV_SEC_EN_0 0x264