summaryrefslogtreecommitdiff
path: root/shared-core/i915_drm.h
diff options
context:
space:
mode:
authorJesse Barnes <jesse.barnes@intel.com>2007-09-28 10:10:08 -0700
committerJesse Barnes <jesse.barnes@intel.com>2007-09-28 10:10:08 -0700
commit0bb2395a8be0c33cc687dfd6aae7df81a82ed8e5 (patch)
tree76199f7336b42483af52a13a83b09e875166a9c4 /shared-core/i915_drm.h
parent24cdd2f8c494573e1f84a752ae4eccec8890347a (diff)
Revert drm_i915_flip_t braindamage
I should not have renamed this field. I should not have renamed this field. I should not have renamed this field. On the plus side, it was at least binary compatible.
Diffstat (limited to 'shared-core/i915_drm.h')
-rw-r--r--shared-core/i915_drm.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h
index a57ffa73..9976804e 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -182,7 +182,13 @@ typedef struct _drm_i915_sarea {
/* Asynchronous page flipping:
*/
typedef struct drm_i915_flip {
- int planes;
+ /*
+ * This is really talking about planes, and we could rename it
+ * except for the fact that some of the duplicated i915_drm.h files
+ * out there check for HAVE_I915_FLIP and so might pick up this
+ * version.
+ */
+ int pipes;
} drm_i915_flip_t;
/* Allow drivers to submit batchbuffers directly to hardware, relying