mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 12:20:14 +01:00
android: Remove member name from gralloc_handle_t
The name member of gralloc_handle_t is no longer needed and has been removed. The version field has also been bumped. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
ed0ed55f3e
commit
8e00d5ffbd
1 changed files with 1 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ struct gralloc_handle_t {
|
|||
int format; /* pixel format (Android) */
|
||||
int usage; /* android libhardware usage flags */
|
||||
|
||||
int name; /* the name of the bo */
|
||||
int stride; /* the stride in bytes */
|
||||
uint64_t modifier; /* buffer modifiers */
|
||||
|
||||
|
|
@ -70,7 +69,7 @@ struct gralloc_handle_t {
|
|||
} __attribute__((aligned(8)));
|
||||
};
|
||||
|
||||
#define GRALLOC_HANDLE_VERSION 1
|
||||
#define GRALLOC_HANDLE_VERSION 2
|
||||
#define GRALLOC_HANDLE_MAGIC 0x60585350
|
||||
#define GRALLOC_HANDLE_NUM_FDS 1
|
||||
#define GRALLOC_HANDLE_NUM_INTS ( \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue