Searched refs:old_ts (Results 1 – 4 of 4) sorted by relevance
166 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts);
1356 u64 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local1378 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()1379 q->xef->run_ticks[q->class] += (new_ts - old_ts) * q->width; in xe_exec_queue_update_run_ticks()
2463 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts) in xe_lrc_update_timestamp() argument2465 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()2468 trace_xe_lrc_update_timestamp(lrc, *old_ts); in xe_lrc_update_timestamp()