Searched refs:__igt_timeout (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_selftest.h | 99 bool __igt_timeout(unsigned long timeout, const char *fmt, ...); 102 __igt_timeout((t), KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_syncmap.c | 231 } 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()
|
D | i915_selftest.c | 226 bool __igt_timeout(unsigned long timeout, const char *fmt, ...) in __igt_timeout() function
|
D | i915_request.c | 390 if (__igt_timeout(end_time, NULL)) in live_nop_request() 535 if (__igt_timeout(end_time, NULL)) in live_empty_request()
|