summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-01-27 13:59:47 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-27 20:29:57 -0500
commit30e1647ddf5b4b272c63843e91d4c4b41529bd75 (patch)
tree69c452ffd0609597315bf4e41168c799216d4f67 /drivers/gpu/nvgpu/gv11b/regops_gv11b.h
parentd00b2000b5bb2f39e3610b8321e0872e2b06bd0a (diff)
gpu: nvgpu: gv11b: add regops whitelists
Add regops whitelists for gv11b. JIRA GV11B-35 Change-Id: I0ff5172c5b693250efb0523106632b3746383dcb Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1295401 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/regops_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/regops_gv11b.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/regops_gv11b.h b/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
new file mode 100644
index 00000000..b7250818
--- /dev/null
+++ b/drivers/gpu/nvgpu/gv11b/regops_gv11b.h
@@ -0,0 +1,24 @@
1/*
2 *
3 * Tegra GV11B GPU Driver Register Ops
4 *
5 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,
9 * version 2, as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 */
19#ifndef __REGOPS_GV11B_H_
20#define __REGOPS_GV11B_H_
21
22void gv11b_init_regops(struct gpu_ops *gops);
23
24#endif /* __REGOPS_GV11B_H_ */