xf86-video-intel: test/present-speed.c

Chris Wilson ickle at kemper.freedesktop.org
Sun Apr 5 09:14:17 PDT 2015


 test/present-speed.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 990ca393fd58e809d74ee416a0d9a7a33afc7ea3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sun Apr 5 17:13:32 2015 +0100

    test/present-speed: Reneable normal testing
    
    Oops, debug leftover.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/test/present-speed.c b/test/present-speed.c
index 3b9d3cc..c2d6b1c 100644
--- a/test/present-speed.c
+++ b/test/present-speed.c
@@ -551,11 +551,9 @@ int main(void)
 		XRRSetCrtcConfig(dpy, res, res->crtcs[i], CurrentTime,
 				 0, 0, None, RR_Rotate_0, NULL, 0);
 
-#if 0
 	loop(dpy, res, 0);
 	if (has_xfixes(dpy))
 		loop(dpy, res, NOCOPY);
-#endif
 	if (has_dri3(dpy))
 		loop(dpy, res, DRI3);
 


More information about the xorg-commit mailing list