drm/exynos: added padding to be 64-bit align.
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>
This commit is contained in:
parent
44a1dabf4c
commit
6c3d904b48
|
@ -36,11 +36,13 @@
|
||||||
* - this size value would be page-aligned internally.
|
* - this size value would be page-aligned internally.
|
||||||
* @flags: user request for setting memory type or cache attributes.
|
* @flags: user request for setting memory type or cache attributes.
|
||||||
* @handle: returned handle for the object.
|
* @handle: returned handle for the object.
|
||||||
|
* @pad: just padding to be 64-bit aligned.
|
||||||
*/
|
*/
|
||||||
struct drm_exynos_gem_create {
|
struct drm_exynos_gem_create {
|
||||||
unsigned int size;
|
unsigned int size;
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
unsigned int handle;
|
unsigned int handle;
|
||||||
|
unsigned int pad;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue