Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c1288 u32 gt_stamp_lo, gt_stamp_hi; in guc_update_pm_timestamp() local
1296 gt_stamp_lo = lower_32_bits(gpm_ts); in guc_update_pm_timestamp()
1299 if (gt_stamp_lo < lower_32_bits(guc->timestamp.gt_stamp)) in guc_update_pm_timestamp()
1302 guc->timestamp.gt_stamp = ((u64)gt_stamp_hi << 32) | gt_stamp_lo; in guc_update_pm_timestamp()