summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c5
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
2 files changed, 1 insertions, 5 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,
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 0dcfb064..f0187dab 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -534,7 +534,6 @@ static const struct gpu_ops gv100_ops = {
534 .device_info_fault_id = top_device_info_data_fault_id_enum_v, 534 .device_info_fault_id = top_device_info_data_fault_id_enum_v,
535 .free_channel_ctx_header = gv11b_free_subctx_header, 535 .free_channel_ctx_header = gv11b_free_subctx_header,
536 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg, 536 .preempt_ch_tsg = gv11b_fifo_preempt_ch_tsg,
537 .apply_ctxsw_timeout_intr = gv100_apply_ctxsw_timeout_intr,
538 }, 537 },
539 .gr_ctx = { 538 .gr_ctx = {
540 .get_netlist_name = gr_gv100_get_netlist_name, 539 .get_netlist_name = gr_gv100_get_netlist_name,