summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r--recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch b/recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch
index 4389fe4..1160cd1 100644
--- a/recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch
+++ b/recipes-graphics/drm/libdrm/mx6/drm-update-arm.patch
@@ -9,7 +9,7 @@ Signed-off-by: Evan Kotara <evan.kotara@freescale.com>
9diff --git a/xf86drm.h b/xf86drm.h 9diff --git a/xf86drm.h b/xf86drm.h
10--- a/xf86drm.h 10--- a/xf86drm.h
11+++ b/xf86drm.h 11+++ b/xf86drm.h
12@@ -455,6 +455,22 @@ do { register unsigned int __old __asm("o0"); \ 12@@ -461,6 +461,23 @@ do { register unsigned int __old __asm("
13 : "cr0", "memory"); \ 13 : "cr0", "memory"); \
14 } while (0) 14 } while (0)
15 15
@@ -22,6 +22,7 @@ diff --git a/xf86drm.h b/xf86drm.h
22+ __asm__ __volatile__ ( \ 22+ __asm__ __volatile__ ( \
23+ "1: ldrex %0, [%1]\n" \ 23+ "1: ldrex %0, [%1]\n" \
24+ " teq %0, %2\n" \ 24+ " teq %0, %2\n" \
25+ " ite eq\n" \
25+ " strexeq %0, %3, [%1]\n" \ 26+ " strexeq %0, %3, [%1]\n" \
26+ " movne %0, #1\n" \ 27+ " movne %0, #1\n" \
27+ : "=&r" (__ret) \ 28+ : "=&r" (__ret) \