Home
last modified time | relevance | path

Searched refs:__igt_timeout (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_selftest.h127 bool __igt_timeout(unsigned long timeout, const char *fmt, ...);
130 __igt_timeout((t), KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_syncmap.c231 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_one()
441 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_neighbours()
597 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_random()
Di915_selftest.c335 bool __igt_timeout(unsigned long timeout, const char *fmt, ...) in __igt_timeout() function
Di915_request.c596 if (__igt_timeout(end_time, NULL)) in live_nop_request()
738 if (__igt_timeout(end_time, NULL)) in live_empty_request()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c1501 } while (!__igt_timeout(end_time, NULL)); in smoke_crescendo_thread()
1579 } while (!__igt_timeout(end_time, NULL)); in smoke_random()
1771 if (__igt_timeout(end_time, NULL)) in nop_virtual_engine()
Dselftest_timeline.c823 } while (!__igt_timeout(end_time, NULL)); in live_hwsp_recycle()
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c139 if (__igt_timeout(end_time, NULL)) in live_nop_switch()
1424 while (!__igt_timeout(end_time, NULL)) { in igt_vm_isolation()