igt/gem_evict_alignment: Remove obsolete skip on gen8+
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jun 2014 07:40:36 +0000 (08:40 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jun 2014 07:44:18 +0000 (08:44 +0100)
If the BLT commands, aren't fixed yet, they should be. ASAP.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/gem_evict_alignment.c

index c019b18..2bf3305 100644 (file)
@@ -195,9 +195,6 @@ igt_main
 
        igt_fixture {
                fd = drm_open_any();
-
-               igt_skip_on_f(intel_gen(intel_get_drm_devid(fd)) > 7,
-                             "BLIT commands not yet updated\n");
        }
 
        igt_subtest("minor-normal") {