Searched refs:__igt_timeout (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_selftest.h | 127 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/ |
| 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 | 335 bool __igt_timeout(unsigned long timeout, const char *fmt, ...) in __igt_timeout() function
|
| D | i915_request.c | 596 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/ |
| D | selftest_lrc.c | 1501 } 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()
|
| D | selftest_timeline.c | 823 } while (!__igt_timeout(end_time, NULL)); in live_hwsp_recycle()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 139 if (__igt_timeout(end_time, NULL)) in live_nop_switch() 1424 while (!__igt_timeout(end_time, NULL)) { in igt_vm_isolation()
|