diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-13 22:15:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-14 21:51:36 +0100 |
commit | fe78904a45979d47bb092ce37d321854e2418344 (patch) | |
tree | 318ce933e3e8c19826510337f01d428a7d211095 /src/intel_driver.h | |
parent | 3b9259f7cedc179617bc24b3912d2d8d75c5a824 (diff) |
Add basic support for ValleyView
Bind to the ValleyView SDV for verifying the render routines.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r-- | src/intel_driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h index ac02cc73..b7190620 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -229,6 +229,8 @@ #define PCI_CHIP_HASWELL_CRW_S_GT2 0x0D2A #define PCI_CHIP_HASWELL_CRW_S_GT2_PLUS 0x0D3A +#define PCI_CHIP_VALLEYVIEW_PO 0x0f30 + #endif #define I85X_CAPID 0x44 |