projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09be541
)
amdgpu: add padding to the fence to handle ioctl
author
Marek Olšák
<marek.olsak@amd.com>
Fri, 20 Oct 2017 22:19:52 +0000
(
00:19
+0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Fri, 20 Oct 2017 22:20:00 +0000
(
00:20
+0200)
copied from Dave's kernel patch.
include/drm/amdgpu_drm.h
patch
|
blob
|
history
diff --git
a/include/drm/amdgpu_drm.h
b/include/drm/amdgpu_drm.h
index
ff01818
..
919248f
100644
(file)
--- 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;