Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c3973 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_plane_downscale_amount() local
4002 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_plane_downscale_amount()
4004 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_plane_downscale_amount()
4020 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_pipe_downscale_amount() local
4032 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_pipe_downscale_amount()
4034 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_pipe_downscale_amount()