Lines Matching refs:hfmax
707 specs->hfmax = H_MAX_RATE * 1000; in fb_get_monitor_limits()
755 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
756 specs->hfmax = hscan; in fb_get_monitor_limits()
771 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, in fb_get_monitor_limits()
1219 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1231 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode()
1233 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode()
1236 hfmin = 29000; hfmax = 30000; in fb_get_mode()
1241 hfmax = info->monspecs.hfmax; in fb_get_mode()
1261 timings->hfreq = hfmax; in fb_get_mode()
1291 timings->hfreq < hfmin || timings->hfreq > hfmax || in fb_get_mode()
1436 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; in fb_validate_mode() local
1442 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in fb_validate_mode()
1444 info->monspecs.hfmax < info->monspecs.hfmin || in fb_validate_mode()
1447 hfmin = 29000; hfmax = 30000; in fb_validate_mode()
1452 hfmax = info->monspecs.hfmax; in fb_validate_mode()
1479 hfreq < hfmin || hfreq > hfmax || in fb_validate_mode()