Skip to content

Commit

Permalink
drm/exynos: added padding to be 64-bit align.
Browse files Browse the repository at this point in the history
Signed-off-by: Inki Dae <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
daeinki authored and airlied committed Nov 11, 2011
1 parent 44a1dab commit 6c3d904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/drm/exynos_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

/**
Expand Down

0 comments on commit 6c3d904

Please sign in to comment.