Searched refs:ctx_timestamp (Results 1 – 5 of 5) sorted by relevance
35 __entry->new = lrc->ctx_timestamp;
824 DECL_MAP_ADDR_HELPERS(ctx_timestamp) in DECL_MAP_ADDR_HELPERS()1552 lrc->ctx_timestamp = 0; in xe_lrc_init()2292 snapshot->ctx_timestamp = lower_32_bits(xe_lrc_ctx_timestamp(lrc)); in xe_lrc_snapshot_capture()2345 drm_printf(p, "\tTimestamp: 0x%08x\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_print()2423 u64 lrc_ts, reg_ts, new_ts = lrc->ctx_timestamp; in xe_lrc_timestamp()2465 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()2466 lrc->ctx_timestamp = xe_lrc_timestamp(lrc); in xe_lrc_update_timestamp()2470 return lrc->ctx_timestamp; in xe_lrc_update_timestamp()
40 u32 ctx_timestamp; member
1333 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout() local1346 ctx_timestamp = lower_32_bits(xe_lrc_timestamp(q->lrc[0])); in check_timeout()1347 if (ctx_timestamp == job->sample_timestamp) { in check_timeout()1360 job->sample_timestamp = ctx_timestamp; in check_timeout()1369 diff = ctx_timestamp - ctx_job_timestamp; in check_timeout()
150 struct execlist_mmio_pair ctx_timestamp; member