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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index ea6f3b4c..fcf63ddc 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -56,6 +56,8 @@ static struct gk20a_platform nvgpu_pci_device = {
56 56
57 .ch_wdt_timeout_ms = 7000, 57 .ch_wdt_timeout_ms = 7000,
58 .disable_bigpage = true, 58 .disable_bigpage = true,
59
60 .has_ce = true,
59}; 61};
60 62
61static struct pci_device_id nvgpu_pci_table[] = { 63static struct pci_device_id nvgpu_pci_table[] = {