Lines Matching refs:vfmax
1286 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1300 fb_info.monspecs.vfmax; in falcon_decode_var()
1306 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1311 fb_info.monspecs.vfmax; in falcon_decode_var()
1317 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1322 fb_info.monspecs.vfmax; in falcon_decode_var()
1329 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
1736 fb_info.monspecs.vfmax = 72; in falcon_detect()
1744 fb_info.monspecs.vfmax = 60; in falcon_detect()
2903 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
3057 fb_info.monspecs.vfmax = 62; in atafb_probe()