summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-03-04 16:05:39 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-04 16:05:39 -0800
commit6436a7d259a31e6c785cb1ddc5d28533380bdf0d (patch)
tree882484864b1503559e82f1bb4b75d4d82eb1d05e
parent11e44413f49c2af46ed54ea3ac088bf430e11ccc (diff)
parent7da3a9ecf0309102bf4d2f95fe5df030de602ac7 (diff)
downloadhikey-6436a7d259a31e6c785cb1ddc5d28533380bdf0d.tar.gz
hikey: gralloc: Add element to allow upstream drm_hwc to build w/ HiKey am: 91d8213c92
am: 7da3a9ecf0 Change-Id: Id3cceb99fb63261af1e2042fc6380846c346fd93
-rw-r--r--gralloc/gralloc_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gralloc/gralloc_priv.h b/gralloc/gralloc_priv.h
index 3330eae8..14cb07a8 100644
--- a/gralloc/gralloc_priv.h
+++ b/gralloc/gralloc_priv.h
@@ -170,6 +170,8 @@ struct private_handle_t
union {
int format;
int req_format; /* same name as gralloc960 */
+ /*unused but referenced in drm_hwc */
+ int internal_format;
};
int stride;
union