Searched refs:hws_seqno (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/selftests/ |
D | igt_spinner.c | 233 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() function 271 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner() 274 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner()
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 268 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() function 291 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 294 wait_for(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 772 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engine() 1084 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engines() 1341 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_reset_wait() 1539 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_evict_vma() 1738 prev->fence.seqno, hws_seqno(&h, prev)); in igt_reset_queue() 1862 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_handle_error() 1956 rq->fence.seqno, hws_seqno(&h, rq)); in igt_atomic_reset_engine()
|