HomeSort by: relevance | last modified time | path
    Searched defs:selected_result (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 4721 uint_fixed_16_16_t selected_result; local in function:skl_compute_plane_wm
4749 selected_result = max_fixed16(method2, wp->y_tile_minimum);
4754 selected_result = method2;
4758 selected_result = min_fixed16(method1, method2);
4760 selected_result = method2;
4762 selected_result = method1;
4766 res_blocks = fixed16_to_u32_round_up(selected_result) + 1;
4767 res_lines = div_round_up_fixed16(selected_result,

Completed in 16 milliseconds