From 57a75c3ba632a0300b932ce574ea3caab8275f4c Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Mon, 14 Mar 2016 12:00:05 -0700 Subject: gpu: nvgpu: gp10b: update prod setiings Add/update following prod settings: blcg ce slcg ce2 Change-Id: I10a62d980479ad23efd7033d29e269c4aac08834 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/1030986 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.h') 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 @@ /* - * Copyright (c) 2015, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2015-2016, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -19,6 +19,9 @@ void gp10b_slcg_bus_load_gating_prod(struct gk20a *g, bool prod); +void gp10b_slcg_ce2_load_gating_prod(struct gk20a *g, + bool prod); + void gp10b_slcg_chiplet_load_gating_prod(struct gk20a *g, bool prod); @@ -58,6 +61,9 @@ void gp10b_slcg_xbar_load_gating_prod(struct gk20a *g, void gp10b_blcg_bus_load_gating_prod(struct gk20a *g, bool prod); +void gp10b_blcg_ce_load_gating_prod(struct gk20a *g, + bool prod); + void gp10b_blcg_ctxsw_firmware_load_gating_prod(struct gk20a *g, bool prod); -- cgit v1.2.2