summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-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