Home
last modified time | relevance | path

Searched refs:method1 (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
1747 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); in ilk_compute_pri_wm()
1750 return method1; 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
1775 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); 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
3155 method1 = skl_wm_method1(p->pixel_rate, in skl_compute_plane_wm()
3188 selected_result = min(method1, method2); in skl_compute_plane_wm()
[all …]