diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-05 14:45:39 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-05 14:45:39 +0000 |
commit | 4c45e3fe456d211afc6ba69878b413a72ef5d0bf (patch) | |
tree | a55ed857baea112d449d24ac19ebf9b0780da1fa /src/intel_driver.h | |
parent | c6101d9d71a86a579ff9771d456b234a38bd80b7 (diff) |
intel: add more ValleyView PCI IDs
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r-- | src/intel_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |