summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index cc942d11..9ae5e2c6 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -63,6 +63,7 @@ static struct gk20a_platform nvgpu_pci_device = {
63 .default_big_page_size = SZ_64K, 63 .default_big_page_size = SZ_64K,
64 64
65 .ch_wdt_timeout_ms = 7000, 65 .ch_wdt_timeout_ms = 7000,
66 .disable_bigpage = true,
66}; 67};
67 68
68static struct pci_device_id nvgpu_pci_table[] = { 69static struct pci_device_id nvgpu_pci_table[] = {