mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
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>
This commit is contained in:
parent
63ae07ca4f
commit
56e0349f38
@ -553,6 +553,7 @@ union drm_amdgpu_fence_to_handle {
|
||||
struct {
|
||||
struct drm_amdgpu_fence fence;
|
||||
__u32 what;
|
||||
__u32 pad;
|
||||
} in;
|
||||
struct {
|
||||
__u32 handle;
|
||||
|
Loading…
Reference in New Issue
Block a user