Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.h150 struct execlist_mmio_pair ctx_timestamp; member
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1372 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout() local
1386 ctx_timestamp = lower_32_bits(xe_lrc_timestamp(q->lrc[0])); in check_timeout()
1387 if (ctx_timestamp == job->sample_timestamp) { in check_timeout()
1400 job->sample_timestamp = ctx_timestamp; in check_timeout()
1409 diff = ctx_timestamp - ctx_job_timestamp; in check_timeout()