Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h241 u64 gt_stamp; member
Dintel_guc_submission.c1170 u32 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1171 u32 gt_stamp_last = lower_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1278 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in guc_update_pm_timestamp()
1284 if (gt_stamp_lo < lower_32_bits(guc->timestamp.gt_stamp)) in guc_update_pm_timestamp()
1287 guc->timestamp.gt_stamp = ((u64)gt_stamp_hi << 32) | gt_stamp_lo; in guc_update_pm_timestamp()
1329 gt_stamp_saved = guc->timestamp.gt_stamp; in guc_engine_busyness()
1339 guc->timestamp.gt_stamp = gt_stamp_saved; in guc_engine_busyness()
1345 u64 clk = guc->timestamp.gt_stamp - stats->start_gt_clk; in guc_engine_busyness()