Home
last modified time | relevance | path

Searched refs:xe_lrc_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h168 u64 xe_lrc_timestamp(struct xe_lrc *lrc);
H A Dxe_lrc.c2421 u64 xe_lrc_timestamp(struct xe_lrc *lrc) in xe_lrc_timestamp() function
2466 lrc->ctx_timestamp = xe_lrc_timestamp(lrc); in xe_lrc_update_timestamp()
H A Dxe_guc_submit.c1346 ctx_timestamp = lower_32_bits(xe_lrc_timestamp(q->lrc[0])); in check_timeout()