From: Dave Airlie Date: Fri, 20 Oct 2017 00:52:18 +0000 (+1000) Subject: amdgpu: add padding to the fence to handle ioctl. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56e0349f384cbadf3b939cbcebe6e1560513246e;p=linux.git amdgpu: add padding to the fence to handle ioctl. I don't think this ioctl is in a Linus release yet. Signed-off-by: Dave Airlie Signed-off-by: Alex Deucher Reviewed-by: Alex Deucher --- diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index ff0181829f3db..919248fb4028b 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/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;