tests: disable pipe_control on i965g
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Nov 2011 11:36:24 +0000 (12:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Nov 2011 11:36:24 +0000 (12:36 +0100)
That hw is broken.

Reported-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/gem_pipe_control_store_loop.c

index 4907c04..2cbbfe2 100644 (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)