summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
new file mode 100644
index 00000000..4097fad2
--- /dev/null
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
@@ -0,0 +1,37 @@
1/*
2 * drivers/video/tegra/host/gm20b/gm20b_gating_reglist.h
3 *
4 * Copyright (c) 2014, NVIDIA Corporation. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 *
19 * This file is autogenerated. Do not edit.
20 */
21
22#include "gk20a/gk20a.h"
23
24void gr_gm20b_slcg_gr_load_gating_prod(struct gk20a *g,
25 bool prod);
26
27void gr_gm20b_slcg_perf_load_gating_prod(struct gk20a *g,
28 bool prod);
29
30void gr_gm20b_blcg_gr_load_gating_prod(struct gk20a *g,
31 bool prod);
32
33void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g,
34 bool prod);
35
36void gr_gm20b_slcg_therm_load_gating_prod(struct gk20a *g,
37 bool prod);