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.c2372 u64 lrc_ts, reg_ts; in xe_lrc_update_timestamp() local
2377 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
2380 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()
2384 if (lrc_ts == CONTEXT_ACTIVE) { in xe_lrc_update_timestamp()
2390 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
2397 if (lrc_ts != CONTEXT_ACTIVE) in xe_lrc_update_timestamp()
2398 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()