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

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

Completed in 114 milliseconds