Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c62 u32 ofs = offset_in_page(timeline->hwsp_offset); in intel_timeline_pin_map()
87 timeline->hwsp_offset = offset; in intel_timeline_init()
98 timeline->hwsp_seqno = (void *)(long)timeline->hwsp_offset; in intel_timeline_init()
100 GEM_BUG_ON(timeline->hwsp_offset >= hwsp->size); in intel_timeline_init()
209 tl->hwsp_offset = in intel_timeline_pin()
211 offset_in_page(tl->hwsp_offset); in intel_timeline_pin()
213 tl->fence_context, tl->hwsp_offset); in intel_timeline_pin()
312 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno()
318 tl->hwsp_offset = i915_ggtt_offset(tl->hwsp_ggtt) + next_ofs; in __intel_timeline_get_seqno()
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()
584 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_engine()
654 n, tl->fence_context, tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_alternate()
714 seqno[0], tl->hwsp_offset); in live_hwsp_wrap()
716 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[0]); in live_hwsp_wrap()
731 seqno[1], tl->hwsp_offset); in live_hwsp_wrap()
733 err = emit_ggtt_store_dw(rq, tl->hwsp_offset, seqno[1]); in live_hwsp_wrap()
1392 tl->hwsp_offset, *tl->hwsp_seqno); in live_hwsp_recycle()
H A Dintel_timeline_types.h49 u32 hwsp_offset; member
H A Dselftest_rc6.c179 *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.c2023 tl ? tl->hwsp_offset : 0, in print_ring()
2304 tl->hwsp_offset); in engine_dump_request()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c2008 static u32 hwsp_offset(const struct intel_context *ce, u32 *dw) in hwsp_offset() function
2017 const u32 offset = hwsp_offset(ce, sema); in measure_semaphore_response()
2092 const u32 offset = hwsp_offset(ce, sema); in measure_idle_dispatch()
2163 const u32 offset = hwsp_offset(ce, sema); in measure_busy_dispatch()
2266 const u32 offset = hwsp_offset(ce, sema); in measure_inter_request()
2357 const u32 offset = hwsp_offset(ce, sema); in measure_context_switch()
2451 const u32 offset = hwsp_offset(ce, sema); in measure_preemption()
2571 const u32 offset = hwsp_offset(ce, sema); in measure_completion()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c5803 i915_request_active_timeline(rq)->hwsp_offset, in emit_fini_breadcrumb_parent_no_preempt_mid_batch()
5879 i915_request_active_timeline(rq)->hwsp_offset, in emit_fini_breadcrumb_child_no_preempt_mid_batch()