Searched refs:hwsp_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_timeline.c | 62 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 D | selftest_timeline.c | 39 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 D | intel_timeline_types.h | 49 u32 hwsp_offset; member
|
| H A D | selftest_rc6.c | 179 *cs++ = ce->timeline->hwsp_offset + 8; in __live_rc6_ctx()
|
| H A D | selftest_engine_cs.c | 71 *cs++ = tl->hwsp_offset + slot * sizeof(u32); in write_timestamp()
|
| H A D | intel_engine_cs.c | 2023 tl ? tl->hwsp_offset : 0, in print_ring() 2304 tl->hwsp_offset); in engine_dump_request()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 2008 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 D | intel_guc_submission.c | 5803 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()
|