summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/pci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index f101fcc4..a3d53440 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -69,6 +69,13 @@ static struct gk20a_platform nvgpu_pci_device = {
69 69
70static struct pci_device_id nvgpu_pci_table[] = { 70static struct pci_device_id nvgpu_pci_table[] = {
71 { 71 {
72 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c35),
73 .class = PCI_BASE_CLASS_DISPLAY << 16,
74 .class_mask = 0xff << 16,
75 .driver_data = NVGPU_PCI_ENABLE_BLCG |
76 NVGPU_PCI_ENABLE_SLCG,
77 },
78 {
72 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c36), 79 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c36),
73 .class = PCI_BASE_CLASS_DISPLAY << 16, 80 .class = PCI_BASE_CLASS_DISPLAY << 16,
74 .class_mask = 0xff << 16, 81 .class_mask = 0xff << 16,