Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c4472 uint_fixed_16_16_t selected_result; in skl_compute_plane_wm() local
4501 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
4505 selected_result = method2; in skl_compute_plane_wm()
4508 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
4510 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
4512 selected_result = method1; in skl_compute_plane_wm()
4515 res_blocks = fixed16_to_u32_round_up(selected_result) + 1; in skl_compute_plane_wm()
4516 res_lines = div_round_up_fixed16(selected_result, in skl_compute_plane_wm()