mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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>
This commit is contained in:
committed by
Terje Bergstrom
parent
619031ef03
commit
977acd877b
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user