Lines Matching refs:method1
2492 uint32_t method1, method2; in ilk_compute_pri_wm() local
2500 method1 = ilk_wm_method1(cstate->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2503 return method1; 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
2529 method1 = ilk_wm_method1(cstate->pixel_rate, cpp, mem_value); 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
4622 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate, 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()
4642 selected_result = method1; in skl_compute_plane_wm()