test/present-speed: Reneable normal testing
Oops, debug leftover. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f4588b64e2
commit
990ca393fd
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue