summaryrefslogtreecommitdiff
path: root/src/i810.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-08-10 16:45:56 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-08-10 16:45:56 +0800
commit02ad9cee330fb5fb0008ad6f74e74e8d8a1fc36e (patch)
tree8c394a15cf3982ec1ec569039e3d60ea7fec7168 /src/i810.h
parent105f8a183eb64623d9a9e2833dbe27156a551f69 (diff)
parent7b143e5c8397da077c0e02455c21c5a99cf50942 (diff)
Merge branch 'master' into xvmc-i915xvmc-i915
Diffstat (limited to 'src/i810.h')
-rw-r--r--src/i810.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i810.h b/src/i810.h
index 614de52c..ff9134ea 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -66,6 +66,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define I810_DRIVER_NAME "intel"
#define I810_LEGACY_DRIVER_NAME "i810"
+#define INTEL_VERSION_MAJOR PACKAGE_VERSION_MAJOR
+#define INTEL_VERSION_MINOR PACKAGE_VERSION_MINOR
+#define INTEL_VERSION_PATCH PACKAGE_VERSION_PATCHLEVEL
+
/* HWMC Surfaces */
#define I810_MAX_SURFACES 7
#define I810_MAX_SUBPICTURES 2