]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
amdgpu: add padding to the fence to handle ioctl.
authorDave Airlie <airlied@redhat.com>
Fri, 20 Oct 2017 00:52:18 +0000 (10:52 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Oct 2017 17:29:07 +0000 (13:29 -0400)
I don't think this ioctl is in a Linus release yet.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
include/uapi/drm/amdgpu_drm.h

index ff0181829f3db6dfb4323bf4032875ad04516d2e..919248fb4028bd084c0949dcea30f86796741367 100644 (file)
@@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle {
        struct {
                struct drm_amdgpu_fence fence;
                __u32 what;
+               __u32 pad;
        } in;
        struct {
                __u32 handle;