summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 5d058ed9..cbf444ad 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -56,7 +56,6 @@ static struct gk20a_platform nvgpu_pci_device = {
56 .default_big_page_size = SZ_64K, 56 .default_big_page_size = SZ_64K,
57 57
58 .ch_wdt_timeout_ms = 7000, 58 .ch_wdt_timeout_ms = 7000,
59 .disable_bigpage = true,
60 59
61 .has_ce = true, 60 .has_ce = true,
62}; 61};