Make it built against the current upstream libdrm
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 24 Oct 2012 08:47:53 +0000 (16:47 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 29 Oct 2012 05:17:39 +0000 (13:17 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit a97403b2b9b5542aa6dd311b23b562a413abd431)

src/intel_driver.h

index 1514d65..adcc9cc 100644 (file)
@@ -286,4 +286,8 @@ struct intel_region
                                  devid == PCI_CHIP_IVYBRIDGE_S_GT2 ||   \
                                  IS_HASWELL(devid))
 
+#ifndef I915_EXEC_VEBOX
+#define I915_EXEC_VEBOX         4
+#endif
+
 #endif /* _INTEL_DRIVER_H_ */