diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-05-14 18:36:49 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-12 14:45:07 -0300 |
commit | be20b038d7b2f8889891355f1bf818bb3082202f (patch) | |
tree | b86470b680810fff05b1e00ad27d853b243c0a20 /recipes-graphics/drm | |
parent | ea1a784a771cedec478c9781fa5de68aea9374c9 (diff) | |
download | meta-freescale-be20b038d7b2f8889891355f1bf818bb3082202f.tar.gz |
libdrm: Update
95645843 headers: Sync with drm-next
49cca25f MA-13450 Switch layer memory allocation to virtual pool to improve performance.
8edffe33 MA-13354 Fix imx_drm head file license issue for libdrm-imx.
e1658ff7 MA-13122 Add DRM_VIV_GEM_CMA_LIMIT support for TS buffer.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.91.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.91.imx.bb b/recipes-graphics/drm/libdrm_2.4.91.imx.bb index 31f24d32..0a2d41a3 100644 --- a/recipes-graphics/drm/libdrm_2.4.91.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.91.imx.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ | |||
18 | file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ | 18 | file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ |
19 | " | 19 | " |
20 | SRC_URI_remove = "file://drm-update-arm.patch" | 20 | SRC_URI_remove = "file://drm-update-arm.patch" |
21 | SRCREV = "e8e9cf8a66be11508c39f1cc31b8a5e7eb758875" | 21 | SRCREV = "95645843f59495387a072d48374718f22e69d7a4" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | DEFAULT_PREFERENCE = "-1" | 24 | DEFAULT_PREFERENCE = "-1" |