Home
last modified time | relevance | path

Searched refs:uint_fixed_16_16_t (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_fixed.h18 } uint_fixed_16_16_t; typedef
20 #define FP_16_16_MAX ((uint_fixed_16_16_t){ .val = UINT_MAX })
22 static inline bool is_fixed16_zero(uint_fixed_16_16_t val) in is_fixed16_zero()
27 static inline uint_fixed_16_16_t u32_to_fixed16(u32 val) in u32_to_fixed16()
29 uint_fixed_16_16_t fp = { .val = val << 16 }; in u32_to_fixed16()
36 static inline u32 fixed16_to_u32_round_up(uint_fixed_16_16_t fp) in fixed16_to_u32_round_up()
41 static inline u32 fixed16_to_u32(uint_fixed_16_16_t fp) in fixed16_to_u32()
46 static inline uint_fixed_16_16_t min_fixed16(uint_fixed_16_16_t min1, in min_fixed16()
47 uint_fixed_16_16_t min2) in min_fixed16()
49 uint_fixed_16_16_t min = { .val = min(min1.val, min2.val) }; in min_fixed16()
[all …]
Dintel_pm.c4125 static uint_fixed_16_16_t
4130 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_plane_downscale_amount()
4131 uint_fixed_16_16_t downscale_h, downscale_w; in skl_plane_downscale_amount()
4165 uint_fixed_16_16_t down_scale_amount; in skl_plane_relative_data_rate()
4509 static uint_fixed_16_16_t
4514 uint_fixed_16_16_t ret; in skl_wm_method1()
4528 static uint_fixed_16_16_t
4530 uint_fixed_16_16_t plane_blocks_per_line) in skl_wm_method2()
4533 uint_fixed_16_16_t ret; in skl_wm_method2()
4545 static uint_fixed_16_16_t
[all …]
Di915_drv.h838 uint_fixed_16_16_t plane_blocks_per_line;
839 uint_fixed_16_16_t y_tile_minimum;