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>
This commit is contained in:
Seshendra Gadagottu
2014-09-05 10:24:37 -07:00
committed by Dan Willemsen
parent 18eee7effe
commit 20f9424705

View File

@@ -54,8 +54,8 @@ const struct gating_desc gm20b_slcg_ctxsw_firmware[] = {
/* slcg fb */ /* slcg fb */
const struct gating_desc gm20b_slcg_fb[] = { const struct gating_desc gm20b_slcg_fb[] = {
{.addr = 0x00100d14, .prod = 0x00000000, .disable = 0xfffffffe}, {.addr = 0x00100d14, .prod = 0xfffffffe, .disable = 0xfffffffe},
{.addr = 0x00100c9c, .prod = 0x00000000, .disable = 0x000001fe}, {.addr = 0x00100c9c, .prod = 0x000001fe, .disable = 0x000001fe},
}; };
/* slcg fifo */ /* slcg fifo */