Searched refs:hws_seqno (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
D | igt_spinner.c | 217 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() function 255 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner() 258 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner()
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 253 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() function 276 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 279 wait_for(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 757 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engine() 1075 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engines() 1335 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_reset_wait() 1524 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_evict_vma() 1723 prev->fence.seqno, hws_seqno(&h, prev)); in igt_reset_queue() 1847 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_handle_error() 1941 rq->fence.seqno, hws_seqno(&h, rq)); in igt_atomic_reset_engine()
|