Searched refs:ctx_timestamp (Results 1 – 5 of 5) sorted by relevance
55 u32 ctx_timestamp; member
55 u32 ctx_timestamp; member738 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()
917 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout() local930 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()
150 struct execlist_mmio_pair ctx_timestamp; member
163 COPY_REG(ctx_timestamp); in populate_shadow_context()1035 COPY_REG(ctx_timestamp); in update_guest_context()
Completed in 17 milliseconds