Searched defs:max_vscale (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c144 * @max_vscale: maximum allowed vertical scaling factor
154 int min_vscale, int max_vscale)
163 if (vscale < min_vscale || vscale > max_vscale)
182 * If the calculated scaling factor is above @max_vscale,
223 * @max_vscale: maximum allowed vertical scaling factor
231 * If the calculated scaling factor is above @max_vscale,
239 int min_vscale, int max_vscale)
256 if (vscale > max_vscale) {
257 int max_src_h = dst_h * max_vscale;
261 return max_vscale;
152 drm_rect_calc_vscale(const struct drm_rect *src, const struct drm_rect *dst, int min_vscale, int max_vscale) argument
237 drm_rect_calc_vscale_relaxed(struct drm_rect *src, struct drm_rect *dst, int min_vscale, int max_vscale) argument
[all...]

Completed in 13 milliseconds