summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-05-09 13:57:47 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-10 17:17:20 -0400
commit1ec6d6259c320289bbb67baeb834cbc0b9e59ff8 (patch)
tree437029366de028106e7d8b6b665f253c491eeb44 /drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
parent2baab4e49e8bb2d5c25759660bc1ae2382d9cb1b (diff)
gpu: nvgpu: Bump CBC clean timeout
CBC clean timeout is set to 1ms. We're seeing longer times taken in 3dtex_deep_image, so bump the timeout significantly. Change-Id: I16febbe663f130236c455d169c6eab47e4f73b52 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1478334 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 90504e52..33f0c483 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -143,7 +143,7 @@ int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
143 ctrl1 = ltc_ltc0_lts0_cbc_ctrl1_r() + 143 ctrl1 = ltc_ltc0_lts0_cbc_ctrl1_r() +
144 ltc * ltc_stride + slice * lts_stride; 144 ltc * ltc_stride + slice * lts_stride;
145 145
146 nvgpu_timeout_init(g, &timeout, 200, 146 nvgpu_timeout_init(g, &timeout, 2000,
147 NVGPU_TIMER_RETRY_TIMER); 147 NVGPU_TIMER_RETRY_TIMER);
148 do { 148 do {
149 val = gk20a_readl(g, ctrl1); 149 val = gk20a_readl(g, ctrl1);