Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_perf.c454 u32 head, hw_tail, aged_tail, aging_tail; in oa_buffer_check_unlocked() local
471 aging_tail = dev_priv->perf.oa.oa_buffer.tails[!aged_idx].offset; in oa_buffer_check_unlocked()
492 if (aging_tail != INVALID_TAIL_PTR && in oa_buffer_check_unlocked()
499 aged_tail = aging_tail; in oa_buffer_check_unlocked()
503 aging_tail = INVALID_TAIL_PTR; in oa_buffer_check_unlocked()
514 if (aging_tail == INVALID_TAIL_PTR && in oa_buffer_check_unlocked()
527 aging_tail = hw_tail; in oa_buffer_check_unlocked()