summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2016-03-14 14:50:11 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-03-14 23:15:17 -0400
commit471c14f76eca230c8b9ab5c92965a545f3d7dce0 (patch)
treee9ce111fe98f710a4d78fd46ab53d8ca2a471bea /drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
parente689d62d88e30a7f3032ce67e425dd98fc485810 (diff)
gpu: nvgpu: update slcg/blcg prod setiings
Add following missing prod settings: blcg bus blcg ce slcg ce2 slcg chiplet slcg gr Bug 1689806 Change-Id: Ic7c9afdb1fc47ad71ca326384f5d2a4528121abe Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1030987 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
index 2d803d0e..aabe572b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Graphics 4 * GK20A Graphics
5 * 5 *
6 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -100,6 +100,9 @@ static ssize_t blcg_enable_store(struct device *device,
100 100
101 if (g->ops.clock_gating.blcg_bus_load_gating_prod) 101 if (g->ops.clock_gating.blcg_bus_load_gating_prod)
102 g->ops.clock_gating.blcg_bus_load_gating_prod(g, g->blcg_enabled); 102 g->ops.clock_gating.blcg_bus_load_gating_prod(g, g->blcg_enabled);
103 if (g->ops.clock_gating.blcg_ce_load_gating_prod)
104 g->ops.clock_gating.blcg_ce_load_gating_prod(g,
105 g->blcg_enabled);
103 if (g->ops.clock_gating.blcg_ctxsw_firmware_load_gating_prod) 106 if (g->ops.clock_gating.blcg_ctxsw_firmware_load_gating_prod)
104 g->ops.clock_gating.blcg_ctxsw_firmware_load_gating_prod(g, g->blcg_enabled); 107 g->ops.clock_gating.blcg_ctxsw_firmware_load_gating_prod(g, g->blcg_enabled);
105 if (g->ops.clock_gating.blcg_fb_load_gating_prod) 108 if (g->ops.clock_gating.blcg_fb_load_gating_prod)