Searched refs:hwsp_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| 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() 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 D | intel_timeline_types.h | 49 u32 hwsp_offset; member
|
| H A D | selftest_engine_cs.c | 71 *cs++ = tl->hwsp_offset + slot * sizeof(u32); in write_timestamp()
|