Lines Matching refs:igt_require
310 igt_require(mmap_gtt_version(i915) >= 3); in test_pf_nonblock()
405 igt_require(is_coherent(fd)); in test_coherency()
406 igt_require(igt_setup_clflush()); in test_coherency()
436 igt_require(igt_setup_clflush()); in test_clflush()
465 igt_require(igt_sysfs_set_parameter(fd, "reset", "1")); /* global */ in test_hang()
631 igt_require(__gem_set_tiling(fd, bo, tiling, pitch) == 0); in test_huge_bo()
632 igt_require(known_swizzling(fd, bo)); in test_huge_bo()
645 igt_require(__gem_set_tiling(fd, bo, tiling, pitch) == 0); in test_huge_bo()
727 igt_require(__gem_set_tiling(fd, bo[0], abs(tiling_a), min_tile_width(devid, tiling_a)) == 0); in test_huge_copy()
731 igt_require(a); in test_huge_copy()
735 igt_require(__gem_set_tiling(fd, bo[1], abs(tiling_b), max_tile_width(devid, tiling_b)) == 0); in test_huge_copy()
739 igt_require(b); in test_huge_copy()
832 igt_require(gem_has_llc(fd)); in test_write_cpu_read_gtt()