summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/onevpl/onevpl_2021.5.0.bb
diff options
context:
space:
mode:
authorYew, Chang Ching <chang.ching.yew@intel.com>2021-08-25 13:59:16 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-26 12:10:09 +0800
commit036ca44cbb943f1bf46ad060d6f2e58ff276dfa7 (patch)
treee60b6e67bf86c8547e9b8c24806ea4f5c5ac6b10 /recipes-multimedia/onevpl/onevpl_2021.5.0.bb
parenta41f5a188a456fe82791d9dca534fd704e53aaca (diff)
downloadmeta-intel-036ca44cbb943f1bf46ad060d6f2e58ff276dfa7.tar.gz
onevpl: Add support of DRM_FORMAT_NV12 and fix tile issue
Currently in drm/console mode only RGB4 direct rendering is possible. This patch add NV12 format support. If we are using I915_FORMAT_MOD_Y_TILED which is needed for NV12 format then modifiers need to be enabled which can be passed as flags argument to ioctl. Signed-off-by: Sodhi, Vunny <vunny.sodhi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/onevpl/onevpl_2021.5.0.bb')
-rw-r--r--recipes-multimedia/onevpl/onevpl_2021.5.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/onevpl/onevpl_2021.5.0.bb b/recipes-multimedia/onevpl/onevpl_2021.5.0.bb
index bb7ec49d..da530d64 100644
--- a/recipes-multimedia/onevpl/onevpl_2021.5.0.bb
+++ b/recipes-multimedia/onevpl/onevpl_2021.5.0.bb
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
11SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \ 11SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \
12 file://0001-Fix-the-rendering-to-X11-failures.patch \ 12 file://0001-Fix-the-rendering-to-X11-failures.patch \
13 file://0001-Fix-compile-issue-with-CMAKE_CXX_FLAGS-setting.patch \ 13 file://0001-Fix-compile-issue-with-CMAKE_CXX_FLAGS-setting.patch \
14 file://0001-samples-Add-support-of-DRM_FORMAT_NV12-for-console-m.patch \
15 file://0001-samples-Fixed-tile-modifier-issue-for-NV12-format.patch \
14 " 16 "
15SRCREV = "dde640ef0872b645d6e0275a6aaec26c01a9c0b9" 17SRCREV = "dde640ef0872b645d6e0275a6aaec26c01a9c0b9"
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"