summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h
diff options
context:
space:
mode:
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