Hello community,
here is the log from the commit of package xorg-x11-driver-video-nouveau for
openSUSE:Factory checked in at 2013-09-11 13:25:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-driver-video-nouveau"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau/xorg-x11-driver-video-nouveau.changes
2013-07-31 18:31:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new/xorg-x11-driver-video-nouveau.changes
2013-09-11 13:25:04.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Sep 9 23:23:45 UTC 2013 - [email protected]
+
+- fix build on ppc
+ U_xf86-video-nouveau-fix-build-on-ppc-by-wrapping-immintrin-inclu.patch
+ U_xf86-video-nouveau-add-gpu-identifier-to-connector-names-for-se.patch
+ upstream commits 1df177f35a05db505577cdc929e63fde906a704b and
+ 27323ce68d58fcb82a648ab14abbc99acdc36f44
+
+-------------------------------------------------------------------
New:
----
U_xf86-video-nouveau-add-gpu-identifier-to-connector-names-for-se.patch
U_xf86-video-nouveau-fix-build-on-ppc-by-wrapping-immintrin-inclu.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video-nouveau.spec ++++++
--- /var/tmp/diff_new_pack.pcE04A/_old 2013-09-11 13:25:05.000000000 +0200
+++ /var/tmp/diff_new_pack.pcE04A/_new 2013-09-11 13:25:05.000000000 +0200
@@ -35,6 +35,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0:
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-%{version}.tar.bz2
Patch0: N_xf86-video-nouveau_nva3-noaccel-info.patch
+Patch1:
U_xf86-video-nouveau-fix-build-on-ppc-by-wrapping-immintrin-inclu.patch
+Patch2:
U_xf86-video-nouveau-add-gpu-identifier-to-connector-names-for-se.patch
Supplements: modalias(xorg-x11-server:pci:v000012D2d*sv*sd*bc03sc*i*)
Supplements: modalias(xorg-x11-server:pci:v000010DEd*sv*sd*bc03sc*i*)
@@ -47,6 +49,8 @@
%prep
%setup -qn xf86-video-nouveau-%{version}
%patch0 -p1 -F 1 -b .nva3info
+%patch1 -p1
+%patch2 -p1
%build
autoreconf -fi
++++++ U_xf86-video-nouveau-add-gpu-identifier-to-connector-names-for-se.patch
++++++
>From 27323ce68d58fcb82a648ab14abbc99acdc36f44 Mon Sep 17 00:00:00 2001
From: Dave Airlie <[email protected]>
Date: Wed, 31 Jul 2013 11:01:15 +1000
Subject: [PATCH 2/2] nouveau: add gpu identifier to connector names for
secondary gpus
this avoids clashes with identifiers from other GPUs.
Patch-Mainline: "Upstream"
Git-commit: 27323ce68d58fcb82a648ab14abbc99acdc36f44
Signed-off-by: Dave Airlie <[email protected]>
---
src/drmmode_display.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 570a9e4..3563b2a 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -1098,6 +1098,10 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr
drmmode, int num)
if (koutput->connector_type >= NUM_OUTPUT_NAMES)
snprintf(name, 32, "Unknown%d-%d", koutput->connector_type,
koutput->connector_type_id);
+ else if (pScrn->is_gpu)
+ snprintf(name, 32, "%s-%d-%d",
+ output_names[koutput->connector_type],
pScrn->scrnIndex - GPU_SCREEN_OFFSET + 1,
+ koutput->connector_type_id);
else
snprintf(name, 32, "%s-%d",
output_names[koutput->connector_type],
--
1.8.3.1
++++++ U_xf86-video-nouveau-fix-build-on-ppc-by-wrapping-immintrin-inclu.patch
++++++
>From 1df177f35a05db505577cdc929e63fde906a704b Mon Sep 17 00:00:00 2001
From: Dave Airlie <[email protected]>
Date: Wed, 31 Jul 2013 10:51:03 +1000
Subject: [PATCH 1/2] nouveau: fix build on ppc by wrapping immintrin include.
Patch-Mainline: "Upstream"
Git-commit: 1df177f35a05db505577cdc929e63fde906a704b
Signed-off-by: Dave Airlie <[email protected]>
---
src/nouveau_xv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c
index 5569b7c..e19378d 100644
--- a/src/nouveau_xv.c
+++ b/src/nouveau_xv.c
@@ -25,7 +25,9 @@
#include "config.h"
#endif
+#ifdef __SSE2__
#include <immintrin.h>
+#endif
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
--
1.8.3.1
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]