Lines Matching refs:method2
2576 u32 method1, method2; in ilk_compute_pri_wm() local
2592 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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
2620 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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
5526 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
5532 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
5537 selected_result = method2; in skl_compute_plane_wm()
5540 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
5542 selected_result = method2; in skl_compute_plane_wm()