Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c1521 uint32_t method1, method2; in ilk_compute_pri_wm() local
1533 method2 = ilk_wm_method2(params->pixel_rate, in ilk_compute_pri_wm()
1539 return min(method1, method2); in ilk_compute_pri_wm()
1549 uint32_t method1, method2; in ilk_compute_spr_wm() local
1557 method2 = ilk_wm_method2(params->pixel_rate, in ilk_compute_spr_wm()
1562 return min(method1, method2); in ilk_compute_spr_wm()
2875 uint32_t method1, method2; in skl_compute_plane_wm() local
2886 method2 = skl_wm_method2(p->pixel_rate, in skl_compute_plane_wm()
2914 selected_result = max(method2, y_tile_minimum); in skl_compute_plane_wm()
2917 selected_result = min(method1, method2); in skl_compute_plane_wm()