Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h220 u64 gt_stamp; member
Dintel_guc_submission.c1154 u32 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1155 u32 gt_stamp_last = lower_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1262 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in guc_update_pm_timestamp()
1268 if (gt_stamp_lo < lower_32_bits(guc->timestamp.gt_stamp)) in guc_update_pm_timestamp()
1271 guc->timestamp.gt_stamp = ((u64)gt_stamp_hi << 32) | gt_stamp_lo; in guc_update_pm_timestamp()
1313 gt_stamp_saved = guc->timestamp.gt_stamp; in guc_engine_busyness()
1323 guc->timestamp.gt_stamp = gt_stamp_saved; in guc_engine_busyness()
1329 u64 clk = guc->timestamp.gt_stamp - stats->start_gt_clk; in guc_engine_busyness()