Searched refs:u32_to_fixed16 (Results 1 – 2 of 2) sorted by relevance
3977 return u32_to_fixed16(0); in skl_plane_downscale_amount()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()4012 uint_fixed_16_16_t pipe_downscale = u32_to_fixed16(1); in skl_pipe_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()4054 uint_fixed_16_16_t max_downscale = u32_to_fixed16(1); in skl_check_pipe_max_pixel_rate()4445 return u32_to_fixed16(0); in intel_get_linetime_us()4450 return u32_to_fixed16(0); in intel_get_linetime_us()4573 wp->plane_blocks_per_line = u32_to_fixed16(interm_pbpl); in skl_compute_plane_wm_params()[all …]
146 static inline uint_fixed_16_16_t u32_to_fixed16(uint32_t val) in u32_to_fixed16() function261 uint_fixed_16_16_t interm_add2 = u32_to_fixed16(add2); in add_fixed16_u32()