summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h b/drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h
index 557f5689..0c8c3b55 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/common/clock_gating/gm20b_gating_reglist.h
@@ -1,7 +1,5 @@
1/* 1/*
2 * drivers/video/tegra/host/gm20b/gm20b_gating_reglist.h 2 * Copyright (c) 2014-2018, NVIDIA Corporation. All rights reserved.
3 *
4 * Copyright (c) 2014-2015, NVIDIA Corporation. All rights reserved.
5 * 3 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -20,11 +18,12 @@
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
23 *
24 * This file is autogenerated. Do not edit.
25 */ 21 */
26 22
27#include "gk20a/gk20a.h" 23#ifndef GM20B_GATING_REGLIST_H
24#define GM20B_GATING_REGLIST_H
25
26struct gk20a;
28 27
29void gm20b_slcg_bus_load_gating_prod(struct gk20a *g, 28void gm20b_slcg_bus_load_gating_prod(struct gk20a *g,
30 bool prod); 29 bool prod);
@@ -97,4 +96,4 @@ void gm20b_blcg_xbar_load_gating_prod(struct gk20a *g,
97 96
98void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g, 97void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g,
99 bool prod); 98 bool prod);
100 99#endif /* GM20B_GATING_REGLIST_H */