Home
last modified time | relevance | path

Searched refs:context_wa_bb_offset (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c907 static u32 context_wa_bb_offset(const struct intel_context *ce) in context_wa_bb_offset() function
920 ptr += context_wa_bb_offset(ce); in context_indirect_bb()
945 memset(state + context_wa_bb_offset(ce), 0, PAGE_SIZE); in lrc_init_state()
956 return i915_ggtt_offset(ce->state) + context_wa_bb_offset(ce); in lrc_indirect_bb()
Dselftest_lrc.c1535 context_wa_bb_offset(ce) + in emit_indirect_ctx_bb_canary()
1555 LRC_STATE_OFFSET + context_wa_bb_offset(ce); in check_ring_start()