Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_lrc.c927 static u32 context_wa_bb_offset(const struct intel_context *ce) in context_wa_bb_offset() function
940 ptr += context_wa_bb_offset(ce); in context_indirect_bb()
965 memset(state + context_wa_bb_offset(ce), 0, PAGE_SIZE); in lrc_init_state()
976 return i915_ggtt_offset(ce->state) + context_wa_bb_offset(ce); in lrc_indirect_bb()
Dselftest_lrc.c1610 context_wa_bb_offset(ce) + in emit_indirect_ctx_bb_canary()
1630 LRC_STATE_OFFSET + context_wa_bb_offset(ce); in check_ring_start()