summaryrefslogtreecommitdiff
path: root/mm-core
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-11-15 22:56:06 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-11-15 22:56:06 -0800
commitb295ec695a3ac1edb12a95e81f9cce8350996b51 (patch)
treefd1167aa0867c328cef97cf94413fe6b56b13a30 /mm-core
parent21379767fa65ad0bcbf969b61a723a90b63214ed (diff)
parent30a3d3b95734f683a0b5750d1838126d9c1dab48 (diff)
Merge "add gbm allocation for output buffers"
Diffstat (limited to 'mm-core')
-rwxr-xr-xmm-core/inc/OMX_QCOMExtns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm-core/inc/OMX_QCOMExtns.h b/mm-core/inc/OMX_QCOMExtns.h
index b3ee6f0f..ba7c3989 100755
--- a/mm-core/inc/OMX_QCOMExtns.h
+++ b/mm-core/inc/OMX_QCOMExtns.h
@@ -272,6 +272,9 @@ typedef struct OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO
{
/** pmem file descriptor */
unsigned long pmem_fd;
+#ifdef USE_GBM
+ unsigned long pmeta_fd;
+#endif
/** Offset from pmem device base address */
OMX_U32 offset;
OMX_U32 size;