Searched refs:max_hscale (Results 1 – 2 of 2) sorted by relevance
159 int min_hscale, int max_hscale) in drm_rect_calc_hscale() argument168 if (hscale < min_hscale || hscale > max_hscale) in drm_rect_calc_hscale()235 int min_hscale, int max_hscale) in drm_rect_calc_hscale_relaxed() argument252 if (hscale > max_hscale) { in drm_rect_calc_hscale_relaxed()253 int max_src_w = dst_w * max_hscale; in drm_rect_calc_hscale_relaxed()257 return max_hscale; in drm_rect_calc_hscale_relaxed()
181 int min_hscale, int max_hscale);187 int min_hscale, int max_hscale);