summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-09-16 20:59:30 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-09-21 19:41:55 -0400
commit977acd877b68b51eb2f48a999077939378968c66 (patch)
tree8e46260b1d1b1e5983713e45ffcd8804c7cb27c6
parent619031ef03d570319e69545aba200f5b4684913a (diff)
gpu: nvgpu: gk20a: update slcg prod values
Disable timestamp slcg Bug 1670996 Change-Id: I1d6d6348c4c136070846c9c93f75006a42a17895 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/800791 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c b/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
index c7a34076..dc1c0afb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2012-2014, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2012-2015, NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ struct gating_desc {
30}; 30};
31/* slcg gr */ 31/* slcg gr */
32static const struct gating_desc gk20a_slcg_gr[] = { 32static const struct gating_desc gk20a_slcg_gr[] = {
33 {.addr = 0x004041f4, .prod = 0x00000000, .disable = 0x03fffffe}, 33 {.addr = 0x004041f4, .prod = 0x00000002, .disable = 0x03fffffe},
34 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe}, 34 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe},
35 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe}, 35 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe},
36 {.addr = 0x00406004, .prod = 0x00000000, .disable = 0x0001fffe}, 36 {.addr = 0x00406004, .prod = 0x00000000, .disable = 0x0001fffe},