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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 99 static inline uint_fixed_16_16_t div_fixed16(u32 val, u32 d) function in typeref:typename:uint_fixed_16_16_t
intel_pm.c 4148 fp_w_ratio = div_fixed16(src_w, dst_w);
4149 fp_h_ratio = div_fixed16(src_h, dst_h);
4520 ret = div_fixed16(wm_intermediate_val, 1000 * dbuf_block_size);
4561 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate);
4660 wp->plane_blocks_per_line = div_fixed16(interm_pbpl,

Completed in 19 milliseconds