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:
44a1dab
)
drm/exynos: added padding to be 64-bit align.
author
Inki Dae
<
[email protected]
>
Fri, 4 Nov 2011 12:09:50 +0000
(21:09 +0900)
committer
Dave Airlie
<
[email protected]
>
Fri, 11 Nov 2011 12:01:49 +0000
(12:01 +0000)
Signed-off-by: Inki Dae <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/exynos_drm.h
patch
|
blob
|
history
diff --git
a/include/drm/exynos_drm.h
b/include/drm/exynos_drm.h
index 874c4d271328572cc96dc5efc5dc4710d9d037fd..1d161cb3aca5c098b76dcc1fdd47bdd8de579814 100644
(file)
--- a/
include/drm/exynos_drm.h
+++ b/
include/drm/exynos_drm.h
@@
-36,11
+36,13
@@
* - this size value would be page-aligned internally.
* @flags: user request for setting memory type or cache attributes.
* @handle: returned handle for the object.
+ * @pad: just padding to be 64-bit aligned.
*/
struct drm_exynos_gem_create {
unsigned int size;
unsigned int flags;
unsigned int handle;
+ unsigned int pad;
};
/**