i915: fix for compatibility mode
parent
b3967765c0
commit
feff72929e
|
@ -379,6 +379,7 @@ struct drm_i915_op_arg {
|
||||||
uint64_t next;
|
uint64_t next;
|
||||||
uint64_t reloc_ptr;
|
uint64_t reloc_ptr;
|
||||||
int handled;
|
int handled;
|
||||||
|
unsigned int pad64;
|
||||||
union {
|
union {
|
||||||
struct drm_bo_op_req req;
|
struct drm_bo_op_req req;
|
||||||
struct drm_bo_arg_rep rep;
|
struct drm_bo_arg_rep rep;
|
||||||
|
|
Loading…
Reference in New Issue