Searched refs:hws_seqno (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_spinner.c220 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) function
258 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq),
261 wait_for(i915_seqno_passed(hws_seqno(spin, rq),
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c253 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) function
276 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq),
279 wait_for(i915_seqno_passed(hws_seqno(h, rq),
757 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1075 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1335 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1524 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1723 prev->fence.seqno, hws_seqno(&h, prev));
1847 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1941 rq->fence.seqno, hws_seqno(
[all...]

Completed in 287 milliseconds