projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ae07c
)
amdgpu: add padding to the fence to handle ioctl.
author
Dave Airlie
<airlied@redhat.com>
Fri, 20 Oct 2017 00:52:18 +0000
(10:52 +1000)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/include/uapi/drm/amdgpu_drm.h
b/include/uapi/drm/amdgpu_drm.h
index ff0181829f3db6dfb4323bf4032875ad04516d2e..919248fb4028bd084c0949dcea30f86796741367 100644
(file)
--- a/
include/uapi/drm/amdgpu_drm.h
+++ b/
include/uapi/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;