Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_trace_lrc.h21 TRACE_EVENT(xe_lrc_update_timestamp,
H A Dxe_lrc.h129 * xe_lrc_update_timestamp - readout LRC timestamp and update cached value
140 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts);
H A Dxe_exec_queue.c841 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()
H A Dxe_lrc.c2120 * xe_lrc_update_timestamp() - Update ctx timestamp
2131 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts) in xe_lrc_update_timestamp() function