Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c1742 uint32_t method1, method2; in ilk_compute_pri_wm() local
1752 method2 = ilk_wm_method2(ilk_pipe_pixel_rate(cstate), 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
1776 method2 = ilk_wm_method2(ilk_pipe_pixel_rate(cstate), 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
3158 method2 = skl_wm_method2(p->pixel_rate, in skl_compute_plane_wm()
3185 selected_result = max(method2, y_tile_minimum); in skl_compute_plane_wm()
3188 selected_result = min(method1, method2); in skl_compute_plane_wm()