Searched refs:method2 (Results 1 – 1 of 1) sorted by relevance
2509 u32 method1, method2; in ilk_compute_pri_wm() local2525 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_pri_wm()2530 return min(method1, method2); in ilk_compute_pri_wm()2541 u32 method1, method2; in ilk_compute_spr_wm() local2553 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm()2557 return min(method1, method2); in ilk_compute_spr_wm()4773 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local4796 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()4802 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()4807 selected_result = method2; in skl_compute_plane_wm()[all …]