HomeSort by: relevance | last modified time | path
    Searched refs:fixed16_to_u32_round_up (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 36 static inline u32 fixed16_to_u32_round_up(uint_fixed_16_16_t fp) function in typeref:typename:u32
intel_pm.c 4675 wp->linetime_us = fixed16_to_u32_round_up(
4766 res_blocks = fixed16_to_u32_round_up(selected_result) + 1;
4774 fixed16_to_u32_round_up(wp->y_tile_minimum);
4780 fixed16_to_u32_round_up(wp->y_tile_minimum);
4865 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us));

Completed in 21 milliseconds