summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h b/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
index 7dbc6cac..2256ce4a 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2015-2016, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2015-2018, 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"),
@@ -20,7 +20,10 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#include "gk20a/gk20a.h" 23#ifndef GP10B_GATING_REGLIST_H
24#define GP10B_GATING_REGLIST_H
25
26struct gk20a;
24 27
25void gp10b_slcg_bus_load_gating_prod(struct gk20a *g, 28void gp10b_slcg_bus_load_gating_prod(struct gk20a *g,
26 bool prod); 29 bool prod);
@@ -96,4 +99,4 @@ void gp10b_blcg_xbar_load_gating_prod(struct gk20a *g,
96 99
97void gr_gp10b_pg_gr_load_gating_prod(struct gk20a *g, 100void gr_gp10b_pg_gr_load_gating_prod(struct gk20a *g,
98 bool prod); 101 bool prod);
99 102#endif /* GP10B_GATING_REGLIST_H */