diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index f101fcc43..a3d534401 100644 --- a/drivers/gpu/nvgpu/pci.c +++ b/drivers/gpu/nvgpu/pci.c @@ -68,6 +68,13 @@ static struct gk20a_platform nvgpu_pci_device = { #define NVGPU_PCI_ENABLE_ELCG BIT(2) static struct pci_device_id nvgpu_pci_table[] = { + { + PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c35), + .class = PCI_BASE_CLASS_DISPLAY << 16, + .class_mask = 0xff << 16, + .driver_data = NVGPU_PCI_ENABLE_BLCG | + NVGPU_PCI_ENABLE_SLCG, + }, { PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c36), .class = PCI_BASE_CLASS_DISPLAY << 16,