summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2016-09-09 16:07:31 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:19 -0500
commitff4884c0afc982286211632cd2e08036977b77a4 (patch)
treefade48952b64e0cc0a6e5a0e0b6834ff14dc3907 /drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c
parente4fa9712acacfeced2758b91721d31274e6fe2e7 (diff)
gpu: nvgpu: gp10b: update prod setting for slcg
Update prod settings for slcg fifo. Bug 1785549 Change-Id: I0371ef7aeacce5933e06dd36d1368ddc06154ff9 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1218109 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c
index 4719b13e..df23d89d 100644
--- a/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gp10b/gp10b_gating_reglist.c
@@ -54,7 +54,7 @@ static const struct gating_desc gp10b_slcg_fb[] = {
54 54
55/* slcg fifo */ 55/* slcg fifo */
56static const struct gating_desc gp10b_slcg_fifo[] = { 56static const struct gating_desc gp10b_slcg_fifo[] = {
57 {.addr = 0x000026ac, .prod = 0x00000f00, .disable = 0x0001fffe}, 57 {.addr = 0x000026ac, .prod = 0x00000f40, .disable = 0x0001fffe},
58}; 58};
59 59
60/* slcg gr */ 60/* slcg gr */