Home
last modified time | relevance | path

Searched refs:method2 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
A Dintel_pm.c2574 u32 method1, method2; in ilk_compute_pri_wm() local
2590 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_pri_wm()
2595 return min(method1, method2); in ilk_compute_pri_wm()
2606 u32 method1, method2; in ilk_compute_spr_wm() local
2618 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm()
2622 return min(method1, method2); in ilk_compute_spr_wm()
5500 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
5525 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
5536 selected_result = method2; in skl_compute_plane_wm()
5539 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_dp_types.h162 uint8_t method2 : 1; member

Completed in 26 milliseconds