Searched refs:next_ofs (Results 1 – 1 of 1) sorted by relevance
308 u32 next_ofs = offset_in_page(tl->hwsp_offset + TIMELINE_SEQNO_BYTES); in __intel_timeline_get_seqno() local311 if (TIMELINE_SEQNO_BYTES <= BIT(5) && (next_ofs & BIT(5))) in __intel_timeline_get_seqno()312 next_ofs = offset_in_page(next_ofs + BIT(5)); in __intel_timeline_get_seqno()314 tl->hwsp_offset = i915_ggtt_offset(tl->hwsp_ggtt) + next_ofs; in __intel_timeline_get_seqno()315 tl->hwsp_seqno = tl->hwsp_map + next_ofs; in __intel_timeline_get_seqno()