summaryrefslogtreecommitdiff
path: root/src/i915_hwmc.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-10-08 16:13:26 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-10-08 16:13:26 +0800
commitfd97edb62463e50a1860290d54684a68d5490bdc (patch)
tree9bb896cb727f60d24d9a2dd1a74c568036204de7 /src/i915_hwmc.h
parent3a2b5222341b37322b788e329c2b9006dc14ecfd (diff)
move some definition out of i915 specific header
Diffstat (limited to 'src/i915_hwmc.h')
-rw-r--r--src/i915_hwmc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/i915_hwmc.h b/src/i915_hwmc.h
index 597d30ce..21964cb4 100644
--- a/src/i915_hwmc.h
+++ b/src/i915_hwmc.h
@@ -33,18 +33,9 @@
#define SIZE_YUV420(w, h) (h * (STRIDE(w) + STRIDE(w >> 1)))
#define SIZE_XX44(w, h) (h * STRIDE(w))
-#define FOURCC_XVMC (('C' << 24) + ('M' << 16) + ('V' << 8) + 'X')
-
#define I915_NUM_XVMC_ATTRIBUTES 0x02
#define I915_XVMC_VALID 0x80000000
-/*
- * Commands that client submits through XvPutImage:
- */
-
-#define I915_XVMC_COMMAND_DISPLAY 0x00
-#define I915_XVMC_COMMAND_UNDISPLAY 0x01
-
typedef struct
{
unsigned int command;