mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: t18x: update slcg prod settings
Update prod settings to disable slcg pbdma related domains. Bug 1703083 Change-Id: I9f9192da69d07c5cea5bc7d79a031e5d2428b685 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1022219 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Deepak Nibade
parent
6ce874a30c
commit
9a2ecd3efb
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2014-2016, 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
|
||||
@@ -54,7 +54,7 @@ static const struct gating_desc gp10b_slcg_fb[] = {
|
||||
|
||||
/* slcg fifo */
|
||||
static const struct gating_desc gp10b_slcg_fifo[] = {
|
||||
{.addr = 0x000026ac, .prod = 0x00000100, .disable = 0x0001fffe},
|
||||
{.addr = 0x000026ac, .prod = 0x00000f00, .disable = 0x0001fffe},
|
||||
};
|
||||
|
||||
/* slcg gr */
|
||||
|
||||
Reference in New Issue
Block a user