summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-03-19 18:09:47 -0400
committerIshan Mittal <imittal@nvidia.com>2015-05-18 01:48:55 -0400
commitc90a897c8e3bf7563a93442604bd751d9c123e4e (patch)
tree60c7390fe8180dc795709f4c61c09a70778b7c84 /drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
parente3b62a54c94dda47ecb91f348d9958da40c8ee6c (diff)
gpu: nvgpu: gm20b: enable slcg fb
Bug 1550628 Change-Id: I8daed555704b49ee0d50530e3d51c03027d31fc5 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/719892 GVS: Gerrit_Virtual_Submit 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
index 20bfe255..42aac7b8 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
@@ -48,7 +48,7 @@ static const struct gating_desc gm20b_slcg_chiplet[] = {
48 48
49/* slcg fb */ 49/* slcg fb */
50static const struct gating_desc gm20b_slcg_fb[] = { 50static const struct gating_desc gm20b_slcg_fb[] = {
51 {.addr = 0x00100d14, .prod = 0x00000020, .disable = 0xfffffffe}, 51 {.addr = 0x00100d14, .prod = 0x00000000, .disable = 0xfffffffe},
52 {.addr = 0x00100c9c, .prod = 0x00000000, .disable = 0x000001fe}, 52 {.addr = 0x00100c9c, .prod = 0x00000000, .disable = 0x000001fe},
53}; 53};
54 54