summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2016-03-14 15:00:05 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:11 -0500
commit57a75c3ba632a0300b932ce574ea3caab8275f4c (patch)
treefc281a3f7fa3e41b01741634ac997fa9350802ae /drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
parenteada66b2a90d08e3323ec76dfd4ad78f3c9f0ee5 (diff)
gpu: nvgpu: gp10b: update prod setiings
Add/update following prod settings: blcg ce slcg ce2 Change-Id: I10a62d980479ad23efd7033d29e269c4aac08834 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1030986 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
index 465a0b4d..e4080def 100644
--- a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2015, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2015-2016, NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -19,6 +19,9 @@
19void gp10b_slcg_bus_load_gating_prod(struct gk20a *g, 19void gp10b_slcg_bus_load_gating_prod(struct gk20a *g,
20 bool prod); 20 bool prod);
21 21
22void gp10b_slcg_ce2_load_gating_prod(struct gk20a *g,
23 bool prod);
24
22void gp10b_slcg_chiplet_load_gating_prod(struct gk20a *g, 25void gp10b_slcg_chiplet_load_gating_prod(struct gk20a *g,
23 bool prod); 26 bool prod);
24 27
@@ -58,6 +61,9 @@ void gp10b_slcg_xbar_load_gating_prod(struct gk20a *g,
58void gp10b_blcg_bus_load_gating_prod(struct gk20a *g, 61void gp10b_blcg_bus_load_gating_prod(struct gk20a *g,
59 bool prod); 62 bool prod);
60 63
64void gp10b_blcg_ce_load_gating_prod(struct gk20a *g,
65 bool prod);
66
61void gp10b_blcg_ctxsw_firmware_load_gating_prod(struct gk20a *g, 67void gp10b_blcg_ctxsw_firmware_load_gating_prod(struct gk20a *g,
62 bool prod); 68 bool prod);
63 69