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.c2133 u64 lrc_ts, reg_ts; in xe_lrc_update_timestamp() local
2138 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
2141 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()
2145 if (lrc_ts == CONTEXT_ACTIVE) { in xe_lrc_update_timestamp()
2151 lrc_ts = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
2155 * If context switched out, just use the lrc_ts. Note that this needs to in xe_lrc_update_timestamp()
2158 if (lrc_ts != CONTEXT_ACTIVE) in xe_lrc_update_timestamp()
2159 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()