• Home
  • Raw
  • Download

Lines Matching refs:igt_info

241igt_info("mismatch at tile %i pos %i, read %i, expected %i, diff %i\n", logical_tile_no, i * optio…  in cpucpy2d()
385 igt_info(" using fence storm\n"); in next_copyfunc()
392 igt_info(" using fence storm\n"); in next_copyfunc()
397 igt_info(" using cpu\n"); in next_copyfunc()
401 igt_info(" using prw\n"); in next_copyfunc()
405 igt_info(" using render\n"); in next_copyfunc()
409 igt_info(" using blitter\n"); in next_copyfunc()
413 igt_info(" using render\n"); in next_copyfunc()
581igt_info("changing buffer %i containing tile %i: tiling %i, stride %i\n", i, options.trace_tile, b… in init_set()
615igt_info("copying tile %i from %i (%i, %i) to %i (%i, %i)", i, tile_permutation[i], src_buf_idx, s… in copy_tiles()
649 igt_info("no-hw debug mode\n"); in parse_options()
653 igt_info("disabling that pesky nuisance who keeps interrupting us\n"); in parse_options()
658 igt_info("scratch buffer size needs to be at least %i\n", options.tile_size * 8192); in parse_options()
660 igt_info("scratch buffer size needs to be a power-of-two\n"); in parse_options()
662 igt_info("fixed scratch buffer size to %u\n", tmp); in parse_options()
670 igt_info("gpu busy load needs to be bigger than 0 and smaller than 10\n"); in parse_options()
672 igt_info("gpu busy load factor set to %i\n", tmp); in parse_options()
678 igt_info("buffer count set to %i\n", options.num_buffers); in parse_options()
682 igt_info("tracing tile %i\n", options.trace_tile); in parse_options()
686 igt_info("disabling render copy\n"); in parse_options()
690 igt_info("disabling blt copy\n"); in parse_options()
694 igt_info("disabling tiling\n"); in parse_options()
698 igt_info("tiling not possible with cpu maps\n"); in parse_options()
701 igt_info("using only X-tiling\n"); in parse_options()
707 igt_info("disabling tiling\n"); in parse_options()
711 igt_info("total rounds %i\n", options.total_rounds); in parse_options()
715 igt_info("not failing when detecting errors\n"); in parse_options()
719 igt_info("tiles per buffer %i\n", options.tiles_per_buf); in parse_options()
723 igt_info("applying duct-tape\n"); in parse_options()
728 igt_info("til size %i\n", options.tile_size); in parse_options()
732 igt_info("checking render copy function\n"); in parse_options()
746 igt_info("Limiting buffer to %dx%d\n", options.max_dimension, options.max_dimension); in parse_options()
761 igt_info("using %u buffers\n", num_buffers); in init()
825igt_info("render copyfunc mismatch at (%d, %d): found %d, expected %d\n", i, j, ptr[i], j * option… in check_render_copyfunc()
879 igt_info("round %i\n", i);
882 igt_info("everything correct after %i rounds\n", i + 1);
905igt_info("num failed tiles %u, max incoherent bytes %zd\n", stats.num_failed, stats.max_failed_rea…