summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-03-04 16:19:50 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-04 16:19:50 -0800
commitb8ce1452397d967a940696d693515387bc0ffb6a (patch)
tree683c5808f04b832ee544c01fa52adcdc29ff568e
parentaae98fb6462a4ffac6fcb5d931bd5738862daaa6 (diff)
parent6436a7d259a31e6c785cb1ddc5d28533380bdf0d (diff)
downloadhikey-b8ce1452397d967a940696d693515387bc0ffb6a.tar.gz
hikey: gralloc: Add element to allow upstream drm_hwc to build w/ HiKey am: 91d8213c92 am: 7da3a9ecf0
am: 6436a7d259 Change-Id: I5c7f632fd02544de12905fe629f653ae38b334b4
-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