Home
last modified time | relevance | path

Searched refs:BestRemainder (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/aty/
Datyfb_base.c1094 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1099 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1103 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1105 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1110 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()