Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.c2576 u32 method1, method2; in ilk_compute_pri_wm() local
2587 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2590 return method1; in ilk_compute_pri_wm()
2597 return min(method1, method2); in ilk_compute_pri_wm()
2608 u32 method1, method2; in ilk_compute_spr_wm() local
2619 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2624 return min(method1, method2); in ilk_compute_spr_wm()
5501 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
5524 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate, in skl_compute_plane_wm()
5540 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
[all …]