summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijayakumar <vsubbu@nvidia.com>2015-08-21 03:48:17 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-09-01 10:58:05 -0400
commiteeb604c23d4ea7a6a7900b99a2ae92cff0488112 (patch)
treeaf5f8f94238efec01af5433689fc941312ee4682
parent22dacd2685498b8a8f8cb0f423733234cd19e66e (diff)
gpu: nvgpu: gm20b: update slcg prod values
bug 1670543 disable timestamp slcg Change-Id: I65548a55fcd65449dda8efb2bfa3d6c557eb2f14 Signed-off-by: Vijayakumar <vsubbu@nvidia.com> Reviewed-on: http://git-master/r/787140 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
index 42aac7b8..3cd4e968 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
@@ -59,7 +59,7 @@ static const struct gating_desc gm20b_slcg_fifo[] = {
59 59
60/* slcg gr */ 60/* slcg gr */
61static const struct gating_desc gm20b_slcg_gr[] = { 61static const struct gating_desc gm20b_slcg_gr[] = {
62 {.addr = 0x004041f4, .prod = 0x00000000, .disable = 0x03fffffe}, 62 {.addr = 0x004041f4, .prod = 0x00000002, .disable = 0x03fffffe},
63 {.addr = 0x0040917c, .prod = 0x00020008, .disable = 0x0003fffe}, 63 {.addr = 0x0040917c, .prod = 0x00020008, .disable = 0x0003fffe},
64 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe}, 64 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe},
65 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe}, 65 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe},