Searched refs:old_ts (Results 1 – 3 of 3) sorted by relevance
171 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts);
1535 u64 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local1557 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()1558 q->xef->run_ticks[q->class] += (new_ts - old_ts) * q->width; in xe_exec_queue_update_run_ticks()
2656 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts) in xe_lrc_update_timestamp() argument2658 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()2661 trace_xe_lrc_update_timestamp(lrc, *old_ts); in xe_lrc_update_timestamp()