Lines Matching defs:method1
2559 u32 method1, method2;
2570 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2573 return method1;
2580 return min(method1, method2);
2591 u32 method1, method2;
2602 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2607 return min(method1, method2);
5263 uint_fixed_16_16_t method1, method2;
5286 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate,
5303 selected_result = min_fixed16(method1, method2);
5307 selected_result = method1;