Revert "Make it built against the current upstream libdrm"
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 25 Jun 2013 07:56:05 +0000 (15:56 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 25 Jun 2013 08:03:07 +0000 (16:03 +0800)
The upstream libdrm now has supported VEBOX, hence remove the
definition of I915_EXEC_VEBOX

This reverts commit 6fdd5a24a5099d45a01da5a9f1337d26749898bb.

src/intel_driver.h

index bbf10ad..9631b96 100644 (file)
@@ -346,8 +346,4 @@ struct intel_region
 #define IS_GEN7(devid)          (IS_IVYBRIDGE(devid) || \
                                  IS_HASWELL(devid))
 
-#ifndef I915_EXEC_VEBOX
-#define I915_EXEC_VEBOX         4
-#endif
-
 #endif /* _INTEL_DRIVER_H_ */