Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_irq.c708 u32 scanline, scan_prev_time, scan_curr_time, scan_post_time; in __intel_get_crtc_scanline_from_timestamp() local
729 scan_curr_time = intel_de_read_fw(dev_priv, IVB_TIMESTAMP_CTR); in __intel_get_crtc_scanline_from_timestamp()
735 scanline = div_u64(mul_u32_u32(scan_curr_time - scan_prev_time, in __intel_get_crtc_scanline_from_timestamp()