Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c4600 uint_fixed_16_16_t linetime_us; in intel_get_linetime_us() local
4611 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us()
4613 return linetime_us; in intel_get_linetime_us()
4723 wp->linetime_us = fixed16_to_u32_round_up( in skl_compute_wm_params()
4808 } else if (latency >= wp->linetime_us) { in skl_compute_plane_wm()
4914 uint_fixed_16_16_t linetime_us; in skl_compute_linetime_wm() local
4917 linetime_us = intel_get_linetime_us(crtc_state); in skl_compute_linetime_wm()
4918 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
Di915_drv.h924 u32 linetime_us; member