summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 928d8354..23604633 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -340,7 +340,10 @@ static struct gk20a_platform nvgpu_pci_device[] = {
340 .is_railgated = nvgpu_pci_tegra_is_railgated, 340 .is_railgated = nvgpu_pci_tegra_is_railgated,
341 .clk_round_rate = nvgpu_pci_clk_round_rate, 341 .clk_round_rate = nvgpu_pci_clk_round_rate,
342 342
343 .ch_wdt_timeout_ms = 7000, 343 /*
344 * WAR: PCIE X1 is very slow, set to very high value till nvlink is up
345 */
346 .ch_wdt_timeout_ms = 30000,
344 347
345 .honors_aperture = true, 348 .honors_aperture = true,
346 .vbios_min_version = 0x1, 349 .vbios_min_version = 0x1,