summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 559cad2e..5dc8e33d 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -220,6 +220,8 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
220 /* ptimer scaling constant */ 220 /* ptimer scaling constant */
221 .ptimerscaling10x = 10, 221 .ptimerscaling10x = 10,
222 222
223 .ch_wdt_timeout_ms = 5000,
224
223 .probe = gp10b_tegra_probe, 225 .probe = gp10b_tegra_probe,
224 .late_probe = gp10b_tegra_late_probe, 226 .late_probe = gp10b_tegra_late_probe,
225 227