Searched refs:timeout_ts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c35 u32 timeout_ts; local
46 timeout_ts = (local_clock() >> 10) + 100;
50 !time_after32(local_clock() >> 10, timeout_ts));
/linux-master/drivers/gpu/drm/xe/
H A Dxe_irq.c211 u32 timeout_ts; local
222 timeout_ts = (local_clock() >> 10) + 100;
226 !time_after32(local_clock() >> 10, timeout_ts));

Completed in 102 milliseconds