tests: disable pipe_control on i965g

That hw is broken.

Reported-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2011-11-08 12:36:24 +01:00
parent 402948624c
commit f4ba3f529e

View File

@ -156,6 +156,10 @@ int main(int argc, char **argv)
fprintf(stderr, "no pipe_control on gen2/3\n");
return 77;
}
if (devid == PCI_CHIP_I965_G) {
fprintf(stderr, "pipe_control totally broken on i965\n");
return 77;
}
/* IMPORTANT: No call to
* drm_intel_bufmgr_gem_enable_reuse(bufmgr);
* here because we wan't to have fresh buffers (to trash the tlb)