OSDN Git Service

android: Change gralloc_handle_t members to be fixed width
authorRobert Foss <robert.foss@collabora.com>
Tue, 16 Jan 2018 17:07:15 +0000 (18:07 +0100)
committerRobert Foss <robert.foss@collabora.com>
Wed, 14 Feb 2018 16:33:58 +0000 (17:33 +0100)
commite75e0ea2e3e29aa65dff868b1088bd41d9405781
treeb44f5a6fdc6e1b22026f780f5c0844709aaa145a
parent8e00d5ffbda7ae7ef6e33aa51aa71a0bf347f488
android: Change gralloc_handle_t members to be fixed width

In order to lessen future alignment issues, lets switch to
fixed width integers where possible.

This excludes the data_owner since it is a pid_t which
in theory could be larger than 32 bits.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
android/gralloc_handle.h