commit | 7da3a9ecf0309102bf4d2f95fe5df030de602ac7 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Mon Mar 04 15:55:34 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 04 15:55:34 2019 -0800 |
tree | 882484864b1503559e82f1bb4b75d4d82eb1d05e | |
parent | e06880737f47df603f216883a2ad46982087d24c [diff] | |
parent | 91d8213c9233c8c37bd8a0e2259d4aebd4618512 [diff] |
hikey: gralloc: Add element to allow upstream drm_hwc to build w/ HiKey am: 91d8213c92 Change-Id: I3d21b0a8e7c6f9a9f31e2f8c4368b99b5323caea
diff --git a/gralloc/gralloc_priv.h b/gralloc/gralloc_priv.h index 3330eae..14cb07a 100644 --- a/gralloc/gralloc_priv.h +++ b/gralloc/gralloc_priv.h
@@ -170,6 +170,8 @@ union { int format; int req_format; /* same name as gralloc960 */ + /*unused but referenced in drm_hwc */ + int internal_format; }; int stride; union