Lines Matching refs:method1
1742 uint32_t method1, method2; in ilk_compute_pri_wm() local
1747 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); in ilk_compute_pri_wm()
1750 return method1; in ilk_compute_pri_wm()
1758 return min(method1, method2); in ilk_compute_pri_wm()
1770 uint32_t method1, method2; in ilk_compute_spr_wm() local
1775 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); in ilk_compute_spr_wm()
1781 return min(method1, method2); in ilk_compute_spr_wm()
3143 uint32_t method1, method2; in skl_compute_plane_wm() local
3155 method1 = skl_wm_method1(p->pixel_rate, in skl_compute_plane_wm()
3188 selected_result = min(method1, method2); in skl_compute_plane_wm()
3190 selected_result = method1; in skl_compute_plane_wm()