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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 77 static inline u32 mul_round_up_u32_fixed16(u32 val, uint_fixed_16_16_t mul) function in typeref:typename:u32
intel_pm.c 4196 rate = mul_round_up_u32_fixed16(data_rate, down_scale_amount);
4584 return mul_round_up_u32_fixed16(adjusted_pixel_rate,
4807 min_ddb_alloc = mul_round_up_u32_fixed16(res_lines + extra_lines,
4912 (u16)mul_round_up_u32_fixed16(2, wp->y_tile_minimum);

Completed in 17 milliseconds