unsigned int type;
unsigned int flags;
unsigned int signaled;
- unsigned int pad_64;
+ unsigned int pad64;
drm_u64_t expand_pad[3]; /*Future expansion */
} drm_fence_arg_t;
unsigned int handle;
unsigned int hint;
unsigned int fence_class;
+ unsigned int pad64;
};
struct drm_bo_create_req {
unsigned int hint;
unsigned int page_alignment;
drm_bo_type_t type;
+ unsigned int pad64;
};
struct drm_bo_op_req {
unsigned int desired_tile_stride;
unsigned int hw_tile_stride;
unsigned int tile_info;
- unsigned int pad64;
+ unsigned int pad64;
drm_u64_t expand_pad[4]; /*Future expansion */
};
struct drm_bo_arg_rep {
struct drm_bo_info_rep bo_info;
int ret;
+ unsigned int pad64;
};
struct drm_bo_create_arg {
};
struct drm_bo_op_arg {
- int handled;
- unsigned int pad_64;
drm_u64_t next;
union {
struct drm_bo_op_req req;
struct drm_bo_arg_rep rep;
} d;
+ int handled;
+ unsigned int pad64;
};
#define DRM_BO_MEM_LOCAL 0