HomeSort by: relevance | last modified time | path
    Searched refs:hwsp_offset (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h 52 u32 hwsp_offset; member in struct:intel_timeline
intel_timeline.h 91 u32 *hwsp_offset);
intel_timeline.c 238 timeline->hwsp_offset = cacheline * CACHELINE_BYTES;
242 timeline->hwsp_offset = I915_GEM_HWS_SEQNO_ADDR;
250 memset(vaddr + timeline->hwsp_offset, 0, CACHELINE_BYTES);
253 GEM_BUG_ON(timeline->hwsp_offset >= hwsp->size);
324 tl->hwsp_offset =
326 offset_in_page(tl->hwsp_offset);
475 tl->hwsp_offset = cacheline * CACHELINE_BYTES;
477 memset(vaddr + tl->hwsp_offset, 0, CACHELINE_BYTES);
479 tl->hwsp_offset += i915_ggtt_offset(vma);
selftest_timeline.c 38 return (address + tl->hwsp_offset) / CACHELINE_BYTES;
472 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, value);
698 pr_debug("seqno[0]:%08x, hwsp_offset:%08x\n",
699 seqno[0], tl->hwsp_offset);
701 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[0]);
715 pr_debug("seqno[1]:%08x, hwsp_offset:%08x\n",
716 seqno[1], tl->hwsp_offset);
718 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[1]);
selftest_rc6.c 101 *cs++ = ce->timeline->hwsp_offset + 8;
intel_ring_submission.c 322 *cs++ = i915_request_active_timeline(rq)->hwsp_offset |
425 *cs++ = i915_request_active_timeline(rq)->hwsp_offset;
440 GEM_BUG_ON(offset_in_page(i915_request_active_timeline(rq)->hwsp_offset) != I915_GEM_HWS_SEQNO_ADDR);
460 GEM_BUG_ON(offset_in_page(i915_request_active_timeline(rq)->hwsp_offset) != I915_GEM_HWS_SEQNO_ADDR);
955 GEM_BUG_ON(offset_in_page(i915_request_active_timeline(rq)->hwsp_offset) != I915_GEM_HWS_SEQNO_ADDR);
978 GEM_BUG_ON(offset_in_page(i915_request_active_timeline(rq)->hwsp_offset) != I915_GEM_HWS_SEQNO_ADDR);
intel_engine_cs.c 1397 tl ? tl->hwsp_offset : 0,
1414 tl ? tl->hwsp_offset : 0,
1539 tl->hwsp_offset);
intel_lrc.c 3050 *cs++ = i915_request_timeline(rq)->hwsp_offset;
4148 i915_request_active_timeline(request)->hwsp_offset,
4165 i915_request_active_timeline(request)->hwsp_offset,
4177 i915_request_active_timeline(request)->hwsp_offset,
4241 i915_request_active_timeline(request)->hwsp_offset,
4252 i915_request_active_timeline(request)->hwsp_offset,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.c 863 u32 hwsp_offset; local
870 err = intel_timeline_read_hwsp(from, to, &hwsp_offset);
896 *cs++ = hwsp_offset;

Completed in 91 milliseconds