Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c2616 u64 lrc_ts, reg_ts, new_ts = lrc->ctx_timestamp; in xe_lrc_timestamp() local
2619 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_timestamp()
2622 new_ts = lrc_ts; in xe_lrc_timestamp()
2626 if (lrc_ts == CONTEXT_ACTIVE) { in xe_lrc_timestamp()
2632 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_timestamp()
2639 if (lrc_ts != CONTEXT_ACTIVE) in xe_lrc_timestamp()
2640 new_ts = lrc_ts; in xe_lrc_timestamp()