Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c1802 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
1815 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
1821 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
1823 selected_result = method2; in skl_compute_plane_wm()
1828 selected_result = method2; in skl_compute_plane_wm()
1831 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
1833 selected_result = method2; in skl_compute_plane_wm()