Home
last modified time | relevance | path

Searched refs:mul_round_up_u32_fixed16 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c4028 return mul_round_up_u32_fixed16(data_rate, down_scale_amount); in skl_plane_relative_data_rate()
4365 return mul_round_up_u32_fixed16(adjusted_pixel_rate, in skl_adjusted_plane_pixel_rate()
4653 trans_y_tile_min = (uint16_t) mul_round_up_u32_fixed16(2, in skl_compute_transition_wm()
H A Di915_drv.h177 static inline uint32_t mul_round_up_u32_fixed16(uint32_t val, in mul_round_up_u32_fixed16() function