Searched refs:hws_seqno (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | igt_spinner.c | 196 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) in hws_seqno() function 222 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner() 225 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in igt_wait_for_spinner()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 283 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() function 306 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 309 wait_for(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 597 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engine() 848 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engines() 1067 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_reset_wait() 1251 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_evict_vma() 1436 prev->fence.seqno, hws_seqno(&h, prev)); in igt_reset_queue() 1539 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_handle_error() 1622 rq->fence.seqno, hws_seqno( in igt_atomic_reset_engine() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A 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( in igt_atomic_reset_engine() [all...] |
Completed in 5 milliseconds