Searched refs:igt_timeout (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | scatterlist.c | 66 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg() 97 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sg_page_iter() 127 if (igt_timeout(timeout, "%s timed out\n", who)) in expect_pfn_sgtiter()
|
D | i915_gem_gtt.c | 281 if (igt_timeout(end_time, in lowlevel_hole() 536 if (igt_timeout(end_time, "%s timed out (npages=%lu, prime=%lu)\n", in fill_hole() 616 if (igt_timeout(end_time, in walk_hole() 698 if (igt_timeout(end_time, in pot_hole() 801 if (igt_timeout(end_time, in drunk_hole() 878 if (igt_timeout(end_time, in __shrink_hole()
|
D | huge_pages.c | 564 if (igt_timeout(end_time, in igt_mock_ppgtt_misaligned_dma() 711 if (igt_timeout(end_time, in igt_mock_ppgtt_huge_fill() 1175 if (igt_timeout(end_time, in igt_write_huge()
|
D | i915_gem_object.c | 216 if (igt_timeout(end_time, in check_partial_mapping()
|
D | i915_vma.c | 182 if (igt_timeout(end_time, in igt_vma_create()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_selftest.h | 101 #define igt_timeout(t, fmt, ...) \ macro
|