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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h 50 const u32 *hwsp_seqno; member in struct:intel_timeline
selftest_timeline.c 496 if (*tl->hwsp_seqno != tl->seqno) {
498 *tl->hwsp_seqno, tl->seqno);
566 if (!err && *tl->hwsp_seqno != n) {
568 n, *tl->hwsp_seqno);
638 if (!err && *tl->hwsp_seqno != n) {
640 n, *tl->hwsp_seqno);
676 const u32 *hwsp_seqno[2]; local in function:live_hwsp_wrap
706 hwsp_seqno[0] = tl->hwsp_seqno;
723 hwsp_seqno[1] = tl->hwsp_seqno
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h 58 hwsp_seqno(rq__), ##__VA_ARGS__); \
234 * path would be rq->hw_context->ring->timeline->hwsp_seqno.
236 const u32 *hwsp_seqno; member in struct:i915_request
404 return READ_ONCE(*rq->hwsp_seqno);
408 * hwsp_seqno - the current breadcrumb value in the HW status page
411 * The emphasis in naming here is that hwsp_seqno() is not a property of the
420 static inline u32 hwsp_seqno(const struct i915_request *rq) function in typeref:typename:u32
433 return i915_seqno_passed(hwsp_seqno(rq), rq->fence.seqno - 1);
513 return i915_seqno_passed(hwsp_seqno(rq), rq->fence.seqno);
518 rq->hwsp_seqno = (u32 *)&rq->fence.seqno; /* decouple from HWSP *
    [all...]

Completed in 12 milliseconds