Lines Matching refs:method1
1521 uint32_t method1, method2; in ilk_compute_pri_wm() local
1526 method1 = ilk_wm_method1(params->pixel_rate, in ilk_compute_pri_wm()
1531 return method1; in ilk_compute_pri_wm()
1539 return min(method1, method2); in ilk_compute_pri_wm()
1549 uint32_t method1, method2; in ilk_compute_spr_wm() local
1554 method1 = ilk_wm_method1(params->pixel_rate, in ilk_compute_spr_wm()
1562 return min(method1, method2); in ilk_compute_spr_wm()
2875 uint32_t method1, method2; in skl_compute_plane_wm() local
2883 method1 = skl_wm_method1(p->pixel_rate, in skl_compute_plane_wm()
2917 selected_result = min(method1, method2); in skl_compute_plane_wm()
2919 selected_result = method1; in skl_compute_plane_wm()