aboutsummaryrefslogtreecommitdiff
path: root/shared-core/i915_drm.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2008-04-23 17:17:16 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2008-04-23 17:17:16 +0800
commitfeff72929e94b6c17e352a2ec86b3440b9edf059 (patch)
tree024505b1969fc5d71865408cbaac24d359fbef90 /shared-core/i915_drm.h
parentb3967765c082c4fae1954ec70474fb428ef42c70 (diff)
i915: fix for compatibility mode
Diffstat (limited to 'shared-core/i915_drm.h')
-rw-r--r--shared-core/i915_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h
index de463614..97e77428 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -379,6 +379,7 @@ struct drm_i915_op_arg {
uint64_t next;
uint64_t reloc_ptr;
int handled;
+ unsigned int pad64;
union {
struct drm_bo_op_req req;
struct drm_bo_arg_rep rep;