Hello community, here is the log from the commit of package xorg-x11-driver-video-nouveau for openSUSE:Factory checked in at 2012-07-18 11:48:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau/xorg-x11-driver-video-nouveau.changes 2012-06-05 12:03:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new/xorg-x11-driver-video-nouveau.changes 2012-07-18 11:48:24.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 17 12:24:27 UTC 2012 - [email protected] + +- 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.7ElV6g/_old 2012-07-18 11:48:26.000000000 +0200 +++ /var/tmp/diff_new_pack.7ElV6g/_new 2012-07-18 11:48:26.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 <[email protected]> Date: Wed, 13 Jun 2012 12:41:58 +0000 Subject: dri2: kill debug spam Signed-off-by: Ben Skeggs <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
