Home
last modified time | relevance | path

Searched refs:method1 (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
1526 method1 = ilk_wm_method1(params->pixel_rate, in ilk_compute_pri_wm()
1531 return method1; 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
1554 method1 = ilk_wm_method1(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
2883 method1 = skl_wm_method1(p->pixel_rate, in skl_compute_plane_wm()
2917 selected_result = min(method1, method2); in skl_compute_plane_wm()
[all …]