commit xorg-x11-driver-video-nouveau for openSUSE:12.2

Hello community, here is the log from the commit of package xorg-x11-driver-video-nouveau for openSUSE:12.2 checked in at 2012-07-31 14:05:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/xorg-x11-driver-video-nouveau (Old) and /work/SRC/openSUSE:12.2/.xorg-x11-driver-video-nouveau.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xorg-x11-driver-video-nouveau", Maintainer is "MHopf@novell.com" Changes: -------- --- /work/SRC/openSUSE:12.2/xorg-x11-driver-video-nouveau/xorg-x11-driver-video-nouveau.changes 2012-07-30 02:37:56.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.xorg-x11-driver-video-nouveau.new/xorg-x11-driver-video-nouveau.changes 2012-07-31 14:19:02.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 17 12:24:27 UTC 2012 - fcrozat@suse.com + +- Add U_xf86-video-nouveau_dri-debug-spam.patch: reduce debug spam. + +------------------------------------------------------------------- New: ---- U_xf86-video-nouveau_dri-debug-spam.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video-nouveau.spec ++++++ --- /var/tmp/diff_new_pack.P7U0bu/_old 2012-07-31 14:19:06.000000000 +0200 +++ /var/tmp/diff_new_pack.P7U0bu/_new 2012-07-31 14:19:06.000000000 +0200 @@ -36,6 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: xf86-video-nouveau-%{version}.tar.bz2 Patch0: N_xf86-video-nouveau_nva3-noaccel-info.patch +Patch1: U_xf86-video-nouveau_dri-debug-spam.patch Supplements: modalias(xorg-x11-server:pci:v000012D2d*sv*sd*bc03sc*i*) Supplements: modalias(xorg-x11-server:pci:v000010DEd*sv*sd*bc03sc*i*) @@ -48,6 +49,7 @@ %prep %setup -n xf86-video-nouveau %patch0 -p1 -b .nva3info +%patch1 -p1 -b .reduce_dri2_debug_spam %build autoreconf -fi ++++++ U_xf86-video-nouveau_dri-debug-spam.patch ++++++
From 36d3f8c28c55c05ccf4efa985831d2d249bad2fe Mon Sep 17 00:00:00 2001 From: Ben Skeggs <bskeggs@redhat.com> Date: Wed, 13 Jun 2012 12:41:58 +0000 Subject: dri2: kill debug spam
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> --- diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c index 27627e6..0b3cc38 100644 --- a/src/nouveau_dri2.c +++ b/src/nouveau_dri2.c @@ -607,7 +607,6 @@ nouveau_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec, ScreenPtr screen; ScrnInfoPtr scrn; int status; - PixmapPtr pixmap; status = dixLookupDrawable(&draw, flip->draw, serverClient, M_ANY, DixWriteAccess); @@ -619,12 +618,6 @@ nouveau_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec, screen = draw->pScreen; scrn = xf86Screens[screen->myNum]; - pixmap = screen->GetScreenPixmap(screen); - xf86DrvMsgVerb(scrn->scrnIndex, X_INFO, 4, - "%s: flipevent : width %d x height %d : msc %d : ust = %d.%06d\n", - __func__, pixmap->drawable.width, pixmap->drawable.height, - frame, tv_sec, tv_usec); - /* We assume our flips arrive in order, so we don't check the frame */ switch (flip->action) { case SWAP: -- cgit v0.9.0.2-2-gbebe -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de