summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch
Commit message (Collapse)AuthorAgeFilesLines
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-35/+0
| | | | | | | | | | | The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Add ite instruction to mx6 ARM patchThomas Elste2014-06-161-1/+2
| | | | | | | | | Building with Angstrom toolchain fails on inline assembler added by drm-update-arm.patch because of missing ite instruction. Insert instruction to make the inline assembler block Thumb2 compatible. Signed-off-by: Thomas Elste <thomas.elste@imms.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Add fix to avoid GPU freezeOtavio Salvador2013-08-311-0/+34
Add ARM support into xf86drm.h. This provides support for Xorg interface. Without this the vivante samples will hang during close requiring a reboot Change-Id: I60ea3c87c35fadaa00c64baffd24f74f41dfbb9b Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Evan Kotara <evan.kotara@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>