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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c143 * @min_vscale: minimum allowed vertical scaling factor
154 int min_vscale, int max_vscale)
163 if (vscale < min_vscale || vscale > max_vscale)
179 * If the calculated scaling factor is below @min_vscale,
222 * @min_vscale: minimum allowed vertical scaling factor
228 * If the calculated scaling factor is below @min_vscale,
239 int min_vscale, int max_vscale)
248 if (vscale < min_vscale) {
249 int max_dst_h = src_h / min_vscale;
253 return min_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 1281 milliseconds