Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_lrc_types.h55 u32 ctx_timestamp; member
A Dxe_lrc.c55 u32 ctx_timestamp; member
738 DECL_MAP_ADDR_HELPERS(ctx_timestamp) in DECL_MAP_ADDR_HELPERS()
929 lrc->ctx_timestamp = 0; in xe_lrc_init()
1666 snapshot->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_snapshot_capture()
1720 drm_printf(p, "\tTimestamp: 0x%08x\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_print()
1775 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()
1777 lrc->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
1779 return lrc->ctx_timestamp; in xe_lrc_update_timestamp()
A Dxe_guc_submit.c917 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout() local
930 ctx_timestamp = xe_lrc_ctx_timestamp(q->lrc[0]); in check_timeout()
939 if (ctx_timestamp < ctx_job_timestamp) in check_timeout()
940 diff = ctx_timestamp + U32_MAX - ctx_job_timestamp; in check_timeout()
942 diff = ctx_timestamp - ctx_job_timestamp; in check_timeout()
/linux/drivers/gpu/drm/i915/gvt/
A Dexeclist.h150 struct execlist_mmio_pair ctx_timestamp; member
A Dscheduler.c163 COPY_REG(ctx_timestamp); in populate_shadow_context()
1035 COPY_REG(ctx_timestamp); in update_guest_context()

Completed in 17 milliseconds