summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-01-27 14:30:07 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:04:32 -0400
commitd29be09f6f4fa9aa4a41ecbb45eaa906b43319e9 (patch)
tree39ce183b112a54baba5597ed348ab17cc0f6f5f0 /drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h
parent4f693d032aa29a5b832d0fcdd48f087dc416bfcb (diff)
gpu: nvgpu: gm20b: update clock gating defines
Fixed sparse warnings related to clock gating list and function definitions. Bug 200067946 Change-Id: I9844771b6713c56dbe5dcf85f746a0ebd6c48f9c Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/677878 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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