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.h5
1 files changed, 4 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 e1229dcf..ee4b6595 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-2019, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2016-2020, 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"),
@@ -72,6 +72,9 @@ void gv11b_slcg_xbar_load_gating_prod(struct gk20a *g,
72void gv11b_slcg_hshub_load_gating_prod(struct gk20a *g, 72void gv11b_slcg_hshub_load_gating_prod(struct gk20a *g,
73 bool prod); 73 bool prod);
74 74
75void gv11b_slcg_acb_load_gating_prod(struct gk20a *g,
76 bool prod);
77
75void gv11b_blcg_bus_load_gating_prod(struct gk20a *g, 78void gv11b_blcg_bus_load_gating_prod(struct gk20a *g,
76 bool prod); 79 bool prod);
77 80