summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c b/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
index c7a34076..dc1c0afb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_gating_reglist.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2012-2014, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2012-2015, NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ struct gating_desc {
30}; 30};
31/* slcg gr */ 31/* slcg gr */
32static const struct gating_desc gk20a_slcg_gr[] = { 32static const struct gating_desc gk20a_slcg_gr[] = {
33 {.addr = 0x004041f4, .prod = 0x00000000, .disable = 0x03fffffe}, 33 {.addr = 0x004041f4, .prod = 0x00000002, .disable = 0x03fffffe},
34 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe}, 34 {.addr = 0x00409894, .prod = 0x00000040, .disable = 0x0003fffe},
35 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe}, 35 {.addr = 0x004078c4, .prod = 0x00000000, .disable = 0x000001fe},
36 {.addr = 0x00406004, .prod = 0x00000000, .disable = 0x0001fffe}, 36 {.addr = 0x00406004, .prod = 0x00000000, .disable = 0x0001fffe},