HomeSort by: relevance | last modified time | path
    Searched defs:method1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 2533 u32 method1, method2; local in function:ilk_compute_pri_wm
2544 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2547 return method1;
2554 return min(method1, method2);
2565 u32 method1, method2; local in function:ilk_compute_spr_wm
2576 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2581 return min(method1, method2);
4720 uint_fixed_16_16_t method1, method2; local in function:skl_compute_plane_wm
4741 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate,
4758 selected_result = min_fixed16(method1, method2)
    [all...]
intel_pm.c 2533 u32 method1, method2; local in function:ilk_compute_pri_wm
2544 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2547 return method1;
2554 return min(method1, method2);
2565 u32 method1, method2; local in function:ilk_compute_spr_wm
2576 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2581 return min(method1, method2);
4720 uint_fixed_16_16_t method1, method2; local in function:skl_compute_plane_wm
4741 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate,
4758 selected_result = min_fixed16(method1, method2)
    [all...]

Completed in 31 milliseconds