summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2014-09-05 13:24:37 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:14 -0400
commit20f9424705258fdb0c34d0df352c2b81fa858c2d (patch)
tree8958b3127f8af855d2637e7b084db3de70e6e86e /drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
parent18eee7effef0689a8b9dbd7c61703c52cbdb490e (diff)
gpu: nvgpu: gm20b: disable slcg fb
copy disable values in slcg fb to the prod column to avoid hang issues with SLCG enable. Bug 1550628 Change-Id: I941c6e625cda41bca8805033b5b2a0387eed4ab5 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/496122 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
index fc4a94b9..b5477c0f 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
@@ -54,8 +54,8 @@ const struct gating_desc gm20b_slcg_ctxsw_firmware[] = {
54 54
55/* slcg fb */ 55/* slcg fb */
56const struct gating_desc gm20b_slcg_fb[] = { 56const struct gating_desc gm20b_slcg_fb[] = {
57 {.addr = 0x00100d14, .prod = 0x00000000, .disable = 0xfffffffe}, 57 {.addr = 0x00100d14, .prod = 0xfffffffe, .disable = 0xfffffffe},
58 {.addr = 0x00100c9c, .prod = 0x00000000, .disable = 0x000001fe}, 58 {.addr = 0x00100c9c, .prod = 0x000001fe, .disable = 0x000001fe},
59}; 59};
60 60
61/* slcg fifo */ 61/* slcg fifo */