From 31fe817cf481229c7a465bcd2ff62d2e9a7ca6d3 Mon Sep 17 00:00:00 2001 From: "Teng, Jin Chung" Date: Mon, 9 Aug 2021 14:51:11 +0800 Subject: onevpl: Fixing render issue on virtual environment The i915 render device node is not always in renderD128. For example render node on virtual env is renderD129. Change the hard coded with autodetect the i915 device via ioctl Signed-off-by: Teng, Jin Chung Signed-off-by: Anuj Mittal --- recipes-multimedia/onevpl/onevpl_2021.4.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-multimedia/onevpl/onevpl_2021.4.0.bb') diff --git a/recipes-multimedia/onevpl/onevpl_2021.4.0.bb b/recipes-multimedia/onevpl/onevpl_2021.4.0.bb index cdd22a34..5982c18a 100644 --- a/recipes-multimedia/onevpl/onevpl_2021.4.0.bb +++ b/recipes-multimedia/onevpl/onevpl_2021.4.0.bb @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https \ file://0001-Corrected-the-install-path.patch \ file://0001-Adding-X11-DRI3-support.patch \ file://0001-Fix-sample_multi_transcode-join-issue.patch \ + file://0001-Fix-the-rendering-to-X11-failures.patch \ " SRCREV = "d5c072584ee6f81305ed85de8759658ab7854606" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf