summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-05-01 18:30:32 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-03 15:16:18 -0400
commitb3c3ffcbfba99628f033b36e53d8dfc4a5ccd7b9 (patch)
tree6f12fcc7006fa77589e1fdc29f8606e3fc589963 /drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
parent5e33f58a5ee971cd846f9f2a41ed652a5f2b1523 (diff)
gpu: nvgpu: gm20b: Prune clock gating list
Clock gating list contains a register which does not exist on gm20b. Remove it from the list. Bug 1846641 Change-Id: Ifb6f5c46482bcaad626bc875e9858d486d3dfa1c Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1473223 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: David Martinez Nieto <dmartineznie@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
index 00e7cce0..1519ea70 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
@@ -178,7 +178,6 @@ static const struct gating_desc gm20b_blcg_fb[] = {
178 {.addr = 0x00100d30, .prod = 0x0000c242, .disable = 0x00000000}, 178 {.addr = 0x00100d30, .prod = 0x0000c242, .disable = 0x00000000},
179 {.addr = 0x00100d3c, .prod = 0x00000242, .disable = 0x00000000}, 179 {.addr = 0x00100d3c, .prod = 0x00000242, .disable = 0x00000000},
180 {.addr = 0x00100d48, .prod = 0x0000c242, .disable = 0x00000000}, 180 {.addr = 0x00100d48, .prod = 0x0000c242, .disable = 0x00000000},
181 {.addr = 0x00100d1c, .prod = 0x00000042, .disable = 0x00000000},
182 {.addr = 0x00100c98, .prod = 0x00000242, .disable = 0x00000000}, 181 {.addr = 0x00100c98, .prod = 0x00000242, .disable = 0x00000000},
183}; 182};
184 183