test/present-speed: Reneable normal testing

Oops, debug leftover.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-04-05 17:13:32 +01:00
parent f4588b64e2
commit 990ca393fd
1 changed files with 0 additions and 2 deletions

View File

@ -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);