Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h99 u32 xe_lrc_ctx_timestamp(struct xe_lrc *lrc);
Dxe_lrc.c761 u32 xe_lrc_ctx_timestamp(struct xe_lrc *lrc) in xe_lrc_ctx_timestamp() function
1666 snapshot->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_snapshot_capture()
1777 lrc->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
Dxe_guc_submit.c930 ctx_timestamp = xe_lrc_ctx_timestamp(q->lrc[0]); in check_timeout()