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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
index 6f51e50d..7cdd708d 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * drivers/video/tegra/host/gm20b/gm20b_gating_reglist.h 2 * drivers/video/tegra/host/gm20b/gm20b_gating_reglist.h
3 * 3 *
4 * Copyright (c) 2014, NVIDIA Corporation. All rights reserved. 4 * Copyright (c) 2014-2015, NVIDIA Corporation. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 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 7 * it under the terms of the GNU General Public License as published by
@@ -51,6 +51,9 @@ void gm20b_slcg_perf_load_gating_prod(struct gk20a *g,
51void gm20b_slcg_priring_load_gating_prod(struct gk20a *g, 51void gm20b_slcg_priring_load_gating_prod(struct gk20a *g,
52 bool prod); 52 bool prod);
53 53
54void gm20b_slcg_pwr_csb_load_gating_prod(struct gk20a *g,
55 bool prod);
56
54void gm20b_slcg_pmu_load_gating_prod(struct gk20a *g, 57void gm20b_slcg_pmu_load_gating_prod(struct gk20a *g,
55 bool prod); 58 bool prod);
56 59
@@ -84,6 +87,9 @@ void gm20b_blcg_pwr_csb_load_gating_prod(struct gk20a *g,
84void gm20b_blcg_pmu_load_gating_prod(struct gk20a *g, 87void gm20b_blcg_pmu_load_gating_prod(struct gk20a *g,
85 bool prod); 88 bool prod);
86 89
90void gm20b_blcg_xbar_load_gating_prod(struct gk20a *g,
91 bool prod);
92
87void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g, 93void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g,
88 bool prod); 94 bool prod);
89 95