Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c311 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno() local
314 if (TIMELINE_SEQNO_BYTES <= BIT(5) && (next_ofs & BIT(5))) in __intel_timeline_get_seqno()
315 next_ofs = offset_in_page(next_ofs + BIT(5)); in __intel_timeline_get_seqno()
317 tl->hwsp_offset = i915_ggtt_offset(tl->hwsp_ggtt) + next_ofs; in __intel_timeline_get_seqno()
318 tl->hwsp_seqno = tl->hwsp_map + next_ofs; in __intel_timeline_get_seqno()