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, 1 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 3ea4357f..fe4c0f09 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -342,10 +342,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
342 .is_railgated = nvgpu_pci_tegra_is_railgated, 342 .is_railgated = nvgpu_pci_tegra_is_railgated,
343 .clk_round_rate = nvgpu_pci_clk_round_rate, 343 .clk_round_rate = nvgpu_pci_clk_round_rate,
344 344
345 /* 345 .ch_wdt_timeout_ms = 7000,
346 * WAR: PCIE X1 is very slow, set to very high value till nvlink is up
347 */
348 .ch_wdt_timeout_ms = 30000,
349 346
350 .honors_aperture = true, 347 .honors_aperture = true,
351 .vbios_min_version = 0x1, 348 .vbios_min_version = 0x1,