HomeSort by: relevance | last modified time | path
    Searched defs:hws_seqno (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_spinner.c 202 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) function in typeref:typename:u32
228 return !(wait_for_us(i915_seqno_passed(hws_seqno(spin, rq),
231 wait_for(i915_seqno_passed(hws_seqno(spin, rq),
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_hangcheck.c 287 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) function in typeref:typename:u32
310 return !(wait_for_us(i915_seqno_passed(hws_seqno(h, rq),
313 wait_for(i915_seqno_passed(hws_seqno(h, rq),
607 __func__, rq->fence.seqno, hws_seqno(&h, rq));
859 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1062 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1246 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1431 prev->fence.seqno, hws_seqno(&h, prev));
1534 __func__, rq->fence.seqno, hws_seqno(&h, rq));
1617 rq->fence.seqno, hws_seqno(&h, rq))
    [all...]

Completed in 12 milliseconds