Home
last modified time | relevance | path

Searched refs:ctx_timestamp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_trace_lrc.h36 __entry->new = lrc->ctx_timestamp;
H A Dxe_lrc.c835 DECL_MAP_ADDR_HELPERS(ctx_timestamp, lrc->bo)
1572 lrc->ctx_timestamp = 0; in xe_lrc_ctx_init()
2514 snapshot->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_snapshot_capture_delayed()
2577 drm_printf(p, "\tTimestamp: 0x%016llx\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_free()
2722 u64 reg_ts, new_ts = lrc->ctx_timestamp;
2744 *old_ts = lrc->ctx_timestamp;
2745 lrc->ctx_timestamp = xe_lrc_context_timestamp(lrc);
2749 return lrc->ctx_timestamp;
H A Dxe_lrc.h40 u64 ctx_timestamp; member
H A Dxe_guc_submit.c1361 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout()
1375 ctx_timestamp = lower_32_bits(xe_lrc_timestamp(q->lrc[0])); in check_timeout()
1376 if (ctx_timestamp == job->sample_timestamp) { in check_timeout()
1389 job->sample_timestamp = ctx_timestamp; in check_timeout()
1398 diff = ctx_timestamp - ctx_job_timestamp; in check_timeout()
1354 u32 ctx_timestamp, ctx_job_timestamp; check_timeout() local
/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.h150 struct execlist_mmio_pair ctx_timestamp; member