[osal]: add drm allocator for linux system

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@857 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ZhaoJun
2016-06-01 10:40:31 +00:00
parent 31a488585e
commit 3ae8f919c5
7 changed files with 1831 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ typedef enum {
MPP_BUFFER_TYPE_NORMAL,
MPP_BUFFER_TYPE_ION,
MPP_BUFFER_TYPE_V4L2,
MPP_BUFFER_TYPE_DRM,
MPP_BUFFER_TYPE_BUTT,
} MppBufferType;