summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
index 1f36e59c..8fd6583e 100644
--- a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B Tegra Platform Interface 2 * GV11B Tegra Platform 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,17 +18,19 @@
18#include <linux/debugfs.h> 18#include <linux/debugfs.h>
19#include <linux/tegra-powergate.h> 19#include <linux/tegra-powergate.h>
20#include <linux/platform_data/tegra_edp.h> 20#include <linux/platform_data/tegra_edp.h>
21#include <uapi/linux/nvgpu.h>
22#include <linux/dma-buf.h> 21#include <linux/dma-buf.h>
23#include <linux/nvmap.h> 22#include <linux/nvmap.h>
24#include <linux/tegra_pm_domains.h> 23#include <linux/tegra_pm_domains.h>
25#include <linux/reset.h> 24#include <linux/reset.h>
26#include <linux/hashtable.h> 25#include <linux/hashtable.h>
26
27#include <uapi/linux/nvgpu.h>
28
27#include "gk20a/platform_gk20a.h" 29#include "gk20a/platform_gk20a.h"
28#include "gk20a/gk20a.h" 30#include "gk20a/gk20a.h"
29#include "platform_tegra.h" 31#include "platform_tegra.h"
32
30#include "gr_gv11b.h" 33#include "gr_gv11b.h"
31#include "hw_gr_gv11b.h"
32 34
33/* 35/*
34 * gv11b_tegra_get_clocks() 36 * gv11b_tegra_get_clocks()