Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_irq.c852 u32 scanline, scan_prev_time, scan_curr_time, scan_post_time; in __intel_get_crtc_scanline_from_timestamp() local
872 scan_curr_time = I915_READ_FW(IVB_TIMESTAMP_CTR); in __intel_get_crtc_scanline_from_timestamp()
877 scanline = div_u64(mul_u32_u32(scan_curr_time - scan_prev_time, in __intel_get_crtc_scanline_from_timestamp()