Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h101 u32 xe_lrc_ctx_job_timestamp(struct xe_lrc *lrc);
Dxe_lrc.c787 u32 xe_lrc_ctx_job_timestamp(struct xe_lrc *lrc) in xe_lrc_ctx_job_timestamp() function
1667 snapshot->ctx_job_timestamp = xe_lrc_ctx_job_timestamp(lrc); in xe_lrc_snapshot_capture()
Dxe_guc_submit.c931 ctx_job_timestamp = xe_lrc_ctx_job_timestamp(q->lrc[0]); in check_timeout()