Searched refs:hws_seqno (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_hangcheck.c | 263 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() function 286 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 289 wait_for(i915_seqno_passed(hws_seqno(h, rq), in wait_until_running() 482 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engine() 760 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_engines() 959 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_reset_wait() 1080 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in __igt_reset_evict_vma() 1255 prev->fence.seqno, hws_seqno(&h, prev)); in igt_reset_queue() 1365 __func__, rq->fence.seqno, hws_seqno(&h, rq)); in igt_handle_error()
|
D | intel_lrc.c | 172 static u32 hws_seqno(const struct spinner *spin, const struct i915_request *rq) in hws_seqno() function 203 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq), in wait_for_spinner() 206 wait_for(i915_seqno_passed(hws_seqno(spin, rq), in wait_for_spinner()
|