Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c2492 uint32_t method1, method2; in ilk_compute_pri_wm() local
2505 method2 = ilk_wm_method2(cstate->pixel_rate, in ilk_compute_pri_wm()
2510 return min(method1, method2); in ilk_compute_pri_wm()
2521 uint32_t method1, method2; in ilk_compute_spr_wm() local
2530 method2 = ilk_wm_method2(cstate->pixel_rate, in ilk_compute_spr_wm()
2534 return min(method1, method2); in ilk_compute_spr_wm()
4599 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
4624 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
4630 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
4635 selected_result = method2; in skl_compute_plane_wm()
[all …]