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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 27 static inline uint_fixed_16_16_t u32_to_fixed16(u32 val) function in typeref:typename:uint_fixed_16_16_t
142 uint_fixed_16_16_t tmp_add2 = u32_to_fixed16(add2);
intel_pm.c 4134 return u32_to_fixed16(0);
4150 downscale_w = max_fixed16(fp_w_ratio, u32_to_fixed16(1));
4151 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1));
4553 return u32_to_fixed16(0);
4558 return u32_to_fixed16(0);
4665 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl);
4669 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl);

Completed in 17 milliseconds