Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c40 u32 linetime_us; member
1705 uint_fixed_16_16_t linetime_us; in intel_get_linetime_us() local
1716 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us()
1718 return linetime_us; in intel_get_linetime_us()
1805 wp->linetime_us = fixed16_to_u32_round_up(intel_get_linetime_us(crtc_state)); in skl_compute_wm_params()
1883 } else if (latency >= wp->linetime_us) { in skl_compute_plane_wm()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c63 u32 linetime_us; member
5086 uint_fixed_16_16_t linetime_us; in intel_get_linetime_us() local
5097 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us()
5099 return linetime_us; in intel_get_linetime_us()
5218 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_wm_params()
5300 } else if (latency >= wp->linetime_us) { in skl_compute_plane_wm()

Completed in 14 milliseconds