1
0
Fork 0

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 <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
hifive-unleashed-5.1
Dave Airlie 2017-10-20 10:52:18 +10:00 committed by Alex Deucher
parent 63ae07ca4f
commit 56e0349f38
1 changed files with 1 additions and 0 deletions

View 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;