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_lrc_types.h55 u32 ctx_timestamp; member
H A Dxe_trace_lrc.h35 __entry->new = lrc->ctx_timestamp;
H A Dxe_lrc.c728 DECL_MAP_ADDR_HELPERS(ctx_timestamp) in DECL_MAP_ADDR_HELPERS()
919 lrc->ctx_timestamp = 0; in xe_lrc_init()
1675 snapshot->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_snapshot_capture()
1732 drm_printf(p, "\tTimestamp: 0x%08x\n", snapshot->ctx_timestamp); in xe_lrc_snapshot_print()
1787 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()
1789 lrc->ctx_timestamp = xe_lrc_ctx_timestamp(lrc); in xe_lrc_update_timestamp()
1793 return lrc->ctx_timestamp; in xe_lrc_update_timestamp()
H A Dxe_lrc.h38 u32 ctx_timestamp; member
/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.h150 struct execlist_mmio_pair ctx_timestamp; member