]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/exynos: added padding to be 64-bit align.
authorInki Dae <inki.dae@samsung.com>
Fri, 4 Nov 2011 12:09:50 +0000 (21:09 +0900)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Nov 2011 12:01:49 +0000 (12:01 +0000)
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/exynos_drm.h

index 874c4d271328572cc96dc5efc5dc4710d9d037fd..1d161cb3aca5c098b76dcc1fdd47bdd8de579814 100644 (file)
  *     - 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;
 };
 
 /**