Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_lrc_types.h55 u64 ctx_timestamp; member
H A Dxe_trace_lrc.h35 __entry->new = lrc->ctx_timestamp;
H A Dxe_lrc.c740 DECL_MAP_ADDR_HELPERS(ctx_timestamp) in DECL_MAP_ADDR_HELPERS()
1094 lrc->ctx_timestamp = 0; in xe_lrc_init()
1808 snapshot->ctx_timestamp = lower_32_bits(xe_lrc_ctx_timestamp(lrc)); in xe_lrc_snapshot_capture()
1865 drm_printf(p, "\tTimestamp: 0x%08x\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_print()
1950 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()
1955 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()
1962 lrc->ctx_timestamp = reg_ts; in xe_lrc_update_timestamp()
1973 lrc->ctx_timestamp = lrc_ts; in xe_lrc_update_timestamp()
1978 return lrc->ctx_timestamp; in xe_lrc_update_timestamp()
H A Dxe_lrc.h38 u32 ctx_timestamp; member
H A Dxe_guc_submit.c931 u32 ctx_timestamp, ctx_job_timestamp; in check_timeout() local
944 ctx_timestamp = lower_32_bits(xe_lrc_ctx_timestamp(q->lrc[0])); in check_timeout()
953 if (ctx_timestamp < ctx_job_timestamp) in check_timeout()
954 diff = ctx_timestamp + U32_MAX - ctx_job_timestamp; in check_timeout()
956 diff = ctx_timestamp - ctx_job_timestamp; in check_timeout()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dexeclist.h150 struct execlist_mmio_pair ctx_timestamp; member
H A Dscheduler.c163 COPY_REG(ctx_timestamp); in populate_shadow_context()
1036 COPY_REG(ctx_timestamp); in update_guest_context()