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.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 7641c7be..e06fddd8 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -65,7 +65,12 @@ static struct gk20a_platform nvgpu_pci_device = {
65 65
66static struct pci_device_id nvgpu_pci_table[] = { 66static struct pci_device_id nvgpu_pci_table[] = {
67 { 67 {
68 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID), 68 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c36),
69 .class = PCI_BASE_CLASS_DISPLAY << 16,
70 .class_mask = 0xff << 16,
71 },
72 {
73 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c37),
69 .class = PCI_BASE_CLASS_DISPLAY << 16, 74 .class = PCI_BASE_CLASS_DISPLAY << 16,
70 .class_mask = 0xff << 16, 75 .class_mask = 0xff << 16,
71 }, 76 },