Searched refs:max_fixed16 (Results 1 – 2 of 2) sorted by relevance
4003 downscale_w = max_fixed16(fp_w_ratio, u32_to_fixed16(1)); in skl_plane_downscale_amount()4004 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_plane_downscale_amount()4033 downscale_w = max_fixed16(fp_w_ratio, u32_to_fixed16(1)); in skl_pipe_downscale_amount()4034 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_pipe_downscale_amount()4079 max_downscale = max_fixed16(plane_downscale, max_downscale); in skl_check_pipe_max_pixel_rate()4630 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
175 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1, in max_fixed16() function