HomeSort by: relevance | last modified time | path
    Searched defs:downscale_h (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 4131 uint_fixed_16_16_t downscale_h, downscale_w; local in function:skl_plane_downscale_amount
4151 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1));
4153 return mul_fixed16(downscale_w, downscale_h);
intel_pm.c 4131 uint_fixed_16_16_t downscale_h, downscale_w; local in function:skl_plane_downscale_amount
4151 downscale_h = max_fixed16(fp_h_ratio, u32_to_fixed16(1));
4153 return mul_fixed16(downscale_w, downscale_h);

Completed in 33 milliseconds