Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Datyfb_base.c1081 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1086 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1090 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1092 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1097 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Datyfb_base.c1091 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1096 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1100 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1102 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1107 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()

Completed in 10 milliseconds