From d29be09f6f4fa9aa4a41ecbb45eaa906b43319e9 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Tue, 27 Jan 2015 11:30:07 -0800 Subject: gpu: nvgpu: gm20b: update clock gating defines Fixed sparse warnings related to clock gating list and function definitions. Bug 200067946 Change-Id: I9844771b6713c56dbe5dcf85f746a0ebd6c48f9c Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/677878 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h') diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h index 6f51e50d..7cdd708d 100644 --- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h +++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.h @@ -1,7 +1,7 @@ /* * drivers/video/tegra/host/gm20b/gm20b_gating_reglist.h * - * Copyright (c) 2014, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2014-2015, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,6 +51,9 @@ void gm20b_slcg_perf_load_gating_prod(struct gk20a *g, void gm20b_slcg_priring_load_gating_prod(struct gk20a *g, bool prod); +void gm20b_slcg_pwr_csb_load_gating_prod(struct gk20a *g, + bool prod); + void gm20b_slcg_pmu_load_gating_prod(struct gk20a *g, bool prod); @@ -84,6 +87,9 @@ void gm20b_blcg_pwr_csb_load_gating_prod(struct gk20a *g, void gm20b_blcg_pmu_load_gating_prod(struct gk20a *g, bool prod); +void gm20b_blcg_xbar_load_gating_prod(struct gk20a *g, + bool prod); + void gr_gm20b_pg_gr_load_gating_prod(struct gk20a *g, bool prod); -- cgit v1.2.2