summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-02-07 14:44:28 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-02-08 14:32:29 -0700
commit9d93337bb9cd419b0ec627f4bb51cac4472ef5cf (patch)
tree0b508f4beb6d4970a63d7081b49e3dd37f6673bd /recipes-graphics/drm
parenta43df6bd68253640c6808cec0d20bbfac51612e6 (diff)
downloadmeta-freescale-9d93337bb9cd419b0ec627f4bb51cac4472ef5cf.tar.gz
libdrm: Update to 5.15.71_2.2.0
Includes: 063bd699 MGS-6873 tests/util: add imx-dcnano driver c6cf6625 MA-20797 Update imx_drm header to enable fence support in DRM blitter API Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r--recipes-graphics/drm/libdrm_2.4.109.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.109.imx.bb b/recipes-graphics/drm/libdrm_2.4.109.imx.bb
index ff00b728..5edc0611 100644
--- a/recipes-graphics/drm/libdrm_2.4.109.imx.bb
+++ b/recipes-graphics/drm/libdrm_2.4.109.imx.bb
@@ -11,9 +11,9 @@ PROVIDES = "drm"
11DEPENDS = "libpthread-stubs" 11DEPENDS = "libpthread-stubs"
12 12
13SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" 13SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}"
14IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" 14IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1"
15SRCBRANCH ?= "libdrm-imx-2.4.109" 15SRCBRANCH ?= "libdrm-imx-2.4.109"
16SRCREV = "93c9a82bdf31ea055d45cb54ce57cd42e22c90ae" 16SRCREV = "063bd699054866852ae182d2b31d4d3e7eae4f03"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DEFAULT_PREFERENCE = "-1" 19DEFAULT_PREFERENCE = "-1"