diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2008-04-23 17:17:16 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2008-04-23 17:17:16 +0800 |
commit | feff72929e94b6c17e352a2ec86b3440b9edf059 (patch) | |
tree | 024505b1969fc5d71865408cbaac24d359fbef90 /shared-core | |
parent | b3967765c082c4fae1954ec70474fb428ef42c70 (diff) |
i915: fix for compatibility mode
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drm.h | 1 |
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; |