summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-04-23 15:06:43 +0800
committerBen Widawsky <ben@bwidawsk.net>2013-04-24 18:56:10 -0700
commit96baf59f3edd64117f8e90926b4af0b50cd89e21 (patch)
tree3ee548d81de1ad9ad1b47e3338d30be3de5f07bb /lib/intel_chipset.h
parentf187990bbf4396c7ae1796030377301bdd493852 (diff)
tests: storedw on VEBOX
v2 (Ben): Define LOCAL_I915_EXEC_VEBOX Small copyright fixes Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'lib/intel_chipset.h')
-rwxr-xr-xlib/intel_chipset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index e027b321..0aca4aa0 100755
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -278,4 +278,6 @@
#define IS_CRESTLINE(devid) ((devid) == PCI_CHIP_I965_GM || \
(devid) == PCI_CHIP_I965_GME)
+#define HAS_VEBOX_RING(devid) (IS_HASWELL(devid))
+
#endif /* _INTEL_CHIPSET_H */