summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm/mx7
Commit message (Collapse)AuthorAgeFilesLines
* libdrm: prevent warning on mx8Max Krummenacher2019-05-051-35/+0
| | | | | | | | | | | | | i.MX8 also uses the override imxgpu2d, so provide the patch for that override, not individual SoC Archs. Prevents: | .../meta/recipes-graphics/drm/libdrm_2.4.94.bb: Unable to get checksum for libdrm SRC_URI entry drm-update-arm.patch: file could not be found Note that __arm__ is not defined in aarch64 gcc, so applying the patch has no effect. Should it be needed one would have to rework to patch to also provide assembler code for aarch64 in an appropriate #ifdef section. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Revert "libdrm: Remove unused patches"Pierluigi Passaro2018-08-301-0/+35
| | | | | | This reverts commit dca6c66e5710938a3ea035b09b86ca3d1a6915c6. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Remove unused patchesOtavio Salvador2018-06-291-35/+0
| | | | | | | Since we are using the NXP's fork of libdrm, we can now drop the fork and as consequence the SoC architecture setting for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Extend ARM support to mx7Tom Hochstein2017-11-161-0/+35
Apply the same xf86drm.h change made for mx6 to mx7. The recipe is already extended by using imxgpu2d as filter. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>