summaryrefslogtreecommitdiff
path: root/src/intel_module.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-02-05 14:45:39 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-02-05 14:45:39 +0000
commit4c45e3fe456d211afc6ba69878b413a72ef5d0bf (patch)
treea55ed857baea112d449d24ac19ebf9b0780da1fa /src/intel_module.c
parentc6101d9d71a86a579ff9771d456b234a38bd80b7 (diff)
intel: add more ValleyView PCI IDs
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r--src/intel_module.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel_module.c b/src/intel_module.c
index e15dd903..8f681c93 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -306,6 +306,9 @@ static const struct pci_id_match intel_device_match[] = {
INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_CRW_S_GT2_PLUS, &intel_haswell_info ),
INTEL_DEVICE_MATCH (PCI_CHIP_VALLEYVIEW_PO, &intel_valleyview_info ),
+ INTEL_DEVICE_MATCH (PCI_CHIP_VALLEYVIEW_1, &intel_valleyview_info ),
+ INTEL_DEVICE_MATCH (PCI_CHIP_VALLEYVIEW_2, &intel_valleyview_info ),
+ INTEL_DEVICE_MATCH (PCI_CHIP_VALLEYVIEW_3, &intel_valleyview_info ),
INTEL_DEVICE_MATCH (PCI_MATCH_ANY, &intel_generic_info ),
#endif