Searched refs:hws_seqno (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | igt_spinner.c | 202 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() function 228 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner() 231 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 287 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() function 310 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 313 wait_for(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 607 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engine() 859 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engines() 1062 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_reset_wait() 1246 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_evict_vma() 1431 prev->fence.seqno, hws_seqno(&h, prev)); in igt_reset_queue() 1534 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_handle_error() 1617 rq->fence.seqno, hws_seqno(&h, rq)); in igt_atomic_reset_engine()
|