Lines Matching refs:method2
2559 u32 method1, method2;
2575 method2 = ilk_wm_method2(crtc_state->pixel_rate,
2580 return min(method1, method2);
2591 u32 method1, method2;
2603 method2 = ilk_wm_method2(crtc_state->pixel_rate,
2607 return min(method1, method2);
5263 uint_fixed_16_16_t method1, method2;
5288 method2 = skl_wm_method2(wp->plane_pixel_rate,
5294 selected_result = max_fixed16(method2, wp->y_tile_minimum);
5299 selected_result = method2;
5303 selected_result = min_fixed16(method1, method2);
5305 selected_result = method2;