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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c114 * @max_hscale: maximum allowed horizontal scaling factor
124 int min_hscale, int max_hscale)
133 if (hscale < min_hscale || hscale > max_hscale)
174 * @max_hscale: maximum allowed horizontal scaling factor
190 int min_hscale, int max_hscale)
207 if (hscale > max_hscale) {
208 int max_src_w = dst_w * max_hscale;
212 return max_hscale;
122 drm_rect_calc_hscale(const struct drm_rect *src, const struct drm_rect *dst, int min_hscale, int max_hscale) argument
188 drm_rect_calc_hscale_relaxed(struct drm_rect *src, struct drm_rect *dst, int min_hscale, int max_hscale) argument

Completed in 17 milliseconds