summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2017-10-21 00:19:52 +0200
committerMarek Olšák <marek.olsak@amd.com>2017-10-21 00:20:00 +0200
commitf579747485115cb1605a671082a70181b9a5b425 (patch)
treeef8832521b3e89d9f7f9d4c84ec42e15fb6ee40f
parent09be54122fbd145d23751eddf7be5b220774a117 (diff)
amdgpu: add padding to the fence to handle ioctl
copied from Dave's kernel patch.
-rw-r--r--include/drm/amdgpu_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index ff018182..919248fb 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/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;