From 977acd877b68b51eb2f48a999077939378968c66 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Wed, 16 Sep 2015 17:59:30 -0700 Subject: gpu: nvgpu: gk20a: update slcg prod values Disable timestamp slcg Bug 1670996 Change-Id: I1d6d6348c4c136070846c9c93f75006a42a17895 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/800791 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c | 4 ++-- 1 file 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 @@ /* - * Copyright (c) 2012-2014, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2012-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 @@ -30,7 +30,7 @@ struct gating_desc { }; /* slcg gr */ static const struct gating_desc gk20a_slcg_gr[] = { - {.addr = 0x004041f4, .prod = 0x00000000, .disable = 0x03fffffe}, + {.addr = 0x004041f4, .prod = 0x00000002, .disable = 0x03fffffe}, {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe}, {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe}, {.addr = 0x00406004, .prod = 0x00000000, .disable = 0x0001fffe}, -- cgit v1.2.2