Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_selftest.h99 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/
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.c226 bool __igt_timeout(unsigned long timeout, const char *fmt, ...) in __igt_timeout() function
Di915_request.c390 if (__igt_timeout(end_time, NULL)) in live_nop_request()
535 if (__igt_timeout(end_time, NULL)) in live_empty_request()