From: Marek Olšák Date: Fri, 20 Oct 2017 22:19:52 +0000 (+0200) Subject: amdgpu: add padding to the fence to handle ioctl X-Git-Tag: libdrm-2.4.85~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f579747485115cb1605a671082a70181b9a5b425;p=platform%2Fupstream%2Flibdrm.git amdgpu: add padding to the fence to handle ioctl copied from Dave's kernel patch. --- diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index ff018182..919248fb 100644 --- a/include/drm/amdgpu_drm.h +++ b/include/drm/amdgpu_drm.h @@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle { struct { struct drm_amdgpu_fence fence; __u32 what; + __u32 pad; } in; struct { __u32 handle;