Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h261 u64 gt_stamp; member
Dintel_guc_submission.c1184 u32 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1185 u32 gt_stamp_last = lower_32_bits(guc->timestamp.gt_stamp); in __extend_last_switch()
1292 gt_stamp_hi = upper_32_bits(guc->timestamp.gt_stamp); in guc_update_pm_timestamp()
1298 if (gt_stamp_lo < lower_32_bits(guc->timestamp.gt_stamp)) in guc_update_pm_timestamp()
1301 guc->timestamp.gt_stamp = ((u64)gt_stamp_hi << 32) | gt_stamp_lo; in guc_update_pm_timestamp()
1345 gt_stamp_saved = guc->timestamp.gt_stamp; in guc_engine_busyness()
1355 guc->timestamp.gt_stamp = gt_stamp_saved; in guc_engine_busyness()
1361 u64 clk = guc->timestamp.gt_stamp - stats->start_gt_clk; in guc_engine_busyness()