Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c4076 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_plane_downscale_amount() local
4105 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_plane_downscale_amount()
4107 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_plane_downscale_amount()
4123 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_pipe_downscale_amount() local
4135 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_pipe_downscale_amount()
4137 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_pipe_downscale_amount()