From 4c45e3fe456d211afc6ba69878b413a72ef5d0bf Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 5 Feb 2013 14:45:39 +0000 Subject: intel: add more ValleyView PCI IDs Signed-off-by: Chris Wilson --- src/intel_driver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/intel_driver.h') diff --git a/src/intel_driver.h b/src/intel_driver.h index b77b8d18..c98025ba 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -230,6 +230,9 @@ #define PCI_CHIP_HASWELL_CRW_S_GT2_PLUS 0x0D3A #define PCI_CHIP_VALLEYVIEW_PO 0x0f30 +#define PCI_CHIP_VALLEYVIEW_1 0x0f31 +#define PCI_CHIP_VALLEYVIEW_2 0x0f32 +#define PCI_CHIP_VALLEYVIEW_3 0x0f33 #endif -- cgit v1.2.3