summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h
index 155b6e2e..e1229dcf 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2018, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2016-2019, NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * 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
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -69,6 +69,9 @@ void gv11b_slcg_therm_load_gating_prod(struct gk20a *g,
69void gv11b_slcg_xbar_load_gating_prod(struct gk20a *g, 69void gv11b_slcg_xbar_load_gating_prod(struct gk20a *g,
70 bool prod); 70 bool prod);
71 71
72void gv11b_slcg_hshub_load_gating_prod(struct gk20a *g,
73 bool prod);
74
72void gv11b_blcg_bus_load_gating_prod(struct gk20a *g, 75void gv11b_blcg_bus_load_gating_prod(struct gk20a *g,
73 bool prod); 76 bool prod);
74 77
@@ -99,6 +102,9 @@ void gv11b_blcg_pmu_load_gating_prod(struct gk20a *g,
99void gv11b_blcg_xbar_load_gating_prod(struct gk20a *g, 102void gv11b_blcg_xbar_load_gating_prod(struct gk20a *g,
100 bool prod); 103 bool prod);
101 104
105void gv11b_blcg_hshub_load_gating_prod(struct gk20a *g,
106 bool prod);
107
102void gr_gv11b_pg_gr_load_gating_prod(struct gk20a *g, 108void gr_gv11b_pg_gr_load_gating_prod(struct gk20a *g,
103 bool prod); 109 bool prod);
104#endif /* GV11B_GATING_REGLIST_H */ 110#endif /* GV11B_GATING_REGLIST_H */