Lines Matching refs:method2
2492 uint32_t method1, method2; in ilk_compute_pri_wm() local
2505 method2 = ilk_wm_method2(cstate->pixel_rate, in ilk_compute_pri_wm()
2510 return min(method1, method2); in ilk_compute_pri_wm()
2521 uint32_t method1, method2; in ilk_compute_spr_wm() local
2530 method2 = ilk_wm_method2(cstate->pixel_rate, in ilk_compute_spr_wm()
2534 return min(method1, method2); in ilk_compute_spr_wm()
4599 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
4624 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
4630 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
4635 selected_result = method2; in skl_compute_plane_wm()
4638 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
4640 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()