Commit 56e0349f authored by Dave Airlie's avatar Dave Airlie Committed by Alex Deucher

amdgpu: add padding to the fence to handle ioctl.

I don't think this ioctl is in a Linus release yet.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 63ae07ca
...@@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle { ...@@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle {
struct { struct {
struct drm_amdgpu_fence fence; struct drm_amdgpu_fence fence;
__u32 what; __u32 what;
__u32 pad;
} in; } in;
struct { struct {
__u32 handle; __u32 handle;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment