Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c3854 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_plane_downscale_amount() local
3883 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_plane_downscale_amount()
3885 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_plane_downscale_amount()
3901 uint_fixed_16_16_t fp_w_ratio, fp_h_ratio; in skl_pipe_downscale_amount() local
3913 fp_h_ratio = div_fixed16(src_h, dst_h); in skl_pipe_downscale_amount()
3915 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1)); in skl_pipe_downscale_amount()