Home
last modified time | relevance | path

Searched refs:hwsp_offset (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c61 u32 ofs = offset_in_page(timeline->hwsp_offset); in intel_timeline_pin_map()
86 timeline->hwsp_offset = offset; in intel_timeline_init()
97 timeline->hwsp_seqno = (void *)(long)timeline->hwsp_offset; in intel_timeline_init()
99 GEM_BUG_ON(timeline->hwsp_offset >= hwsp->size); in intel_timeline_init()
208 tl->hwsp_offset = in intel_timeline_pin()
210 offset_in_page(tl->hwsp_offset); in intel_timeline_pin()
212 tl->fence_context, tl->hwsp_offset); in intel_timeline_pin()
311 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno()
317 tl->hwsp_offset = i915_ggtt_offset(tl->hwsp_ggtt) + next_ofs; in __intel_timeline_get_seqno()
H A Dgen8_engine_cs.c422 static u32 hwsp_offset(const struct i915_request *rq) in hwsp_offset() function
431 return page_mask_bits(tl->hwsp_offset) + offset_in_page(rq->hwsp_seqno); in hwsp_offset()
447 *cs++ = hwsp_offset(rq); in gen8_emit_init_breadcrumb()
659 return gen8_emit_ggtt_write(cs, rq->fence.seqno, hwsp_offset(rq), 0); in emit_xcs_breadcrumb()
680 hwsp_offset(rq), in gen8_emit_fini_breadcrumb_rcs()
701 hwsp_offset(rq), in gen11_emit_fini_breadcrumb_rcs()
847 hwsp_offset(rq), in gen12_emit_fini_breadcrumb_rcs()
H A Dselftest_timeline.c39 return (address + offset_in_page(tl->hwsp_offset)) / TIMELINE_SEQNO_BYTES; in hwsp_cacheline()
509 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, value); in checked_tl_write()
586 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_engine()
658 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_alternate()
718 seqno[0], tl->hwsp_offset); in live_hwsp_wrap()
720 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[0]); in live_hwsp_wrap()
735 seqno[1], tl->hwsp_offset); in live_hwsp_wrap()
737 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[1]); in live_hwsp_wrap()
1396 tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_recycle()
H A Dintel_timeline_types.h49 u32 hwsp_offset; member
H A Dintel_timeline.h82 u32 *hwsp_offset);
H A Dselftest_rc6.c159 *cs++ = ce->timeline->hwsp_offset + 8; in __live_rc6_ctx()
H A Dselftest_engine_cs.c71 *cs++ = tl->hwsp_offset + slot * sizeof(u32); in write_timestamp()
H A Dintel_engine_cs.c2025 tl ? tl->hwsp_offset : 0, in print_ring()
2306 tl->hwsp_offset); in engine_dump_request()
/linux/drivers/gpu/drm/i915/
H A Di915_request.h696 page_mask_bits(i915_request_active_timeline(rq)->hwsp_offset); in i915_request_active_seqno()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c5797 i915_request_active_timeline(rq)->hwsp_offset, in emit_fini_breadcrumb_parent_no_preempt_mid_batch()
5873 i915_request_active_timeline(rq)->hwsp_offset, in emit_fini_breadcrumb_child_no_preempt_mid_batch()