]> git.pld-linux.org Git - packages/xorg-driver-video-intel.git/commitdiff
- relax inlining on ix86, rel 12 auto/th/xorg-driver-video-intel-2.99.917-12
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Nov 2021 15:55:47 +0000 (16:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Nov 2021 15:55:47 +0000 (16:55 +0100)
ix86.patch [new file with mode: 0644]
xorg-driver-video-intel.spec

diff --git a/ix86.patch b/ix86.patch
new file mode 100644 (file)
index 0000000..294042a
--- /dev/null
@@ -0,0 +1,14 @@
+--- xf86-video-intel-2.99.917/src/sna/compiler.h~      2021-11-03 16:47:49.000000000 +0100
++++ xf86-video-intel-2.99.917/src/sna/compiler.h       2021-11-03 16:52:56.773479819 +0100
+@@ -32,7 +32,11 @@
+ #define likely(expr) (__builtin_expect (!!(expr), 1))
+ #define unlikely(expr) (__builtin_expect (!!(expr), 0))
+ #define noinline __attribute__((noinline))
++#if defined __ILP32__ && !defined __x86_64__
++#define force_inline inline
++#else
+ #define force_inline inline __attribute__((always_inline))
++#endif
+ #define fastcall __attribute__((regparm(3)))
+ #define must_check __attribute__((warn_unused_result))
+ #define constant __attribute__((const))
index 61b079bc4d2eec70606fbf926595c92edc0a1b21..906eb5254449744e13741c2727a6810aa69238f3 100644 (file)
@@ -15,7 +15,7 @@ Summary:      X.org video driver for Intel integrated graphics chipsets
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla zintegrowanych układów graficznych Intela
 Name:          xorg-driver-video-intel
 Version:       2.99.917
-Release:       11
+Release:       12
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2
@@ -27,6 +27,7 @@ Patch1:               driver-intel-sna-cursor-Make-sure-hw-cursors-are-disabled-before-disabl
 Patch2:                pc.patch
 Patch3:                gcc10.patch
 Patch4:                link.patch
+Patch5:                ix86.patch
 BuildRequires: Mesa-libGL-devel
 #BuildRequires:        autoconf >= 2.63
 #BuildRequires:        automake >= 1:1.10.2-2
@@ -103,6 +104,7 @@ Wymaga aktywnego Kernel Mode Setting (KMS).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal}
This page took 0.080866 seconds and 4 git commands to generate.