Lines Matching refs:monspecs
1032 info->monspecs.dclkmax = 234000000;
1035 info->monspecs.dclkmax = 229000000;
1039 info->monspecs.dclkmax = 204000000;
1043 info->monspecs.dclkmin = 15000000;
1049 if (!mode_valid && info->monspecs.gtf &&
1053 if (!mode_valid && info->monspecs.modedb_len) {
1063 if (!mode_valid && info->monspecs.modedb_len == 0) {
1065 int default_sync = (info->monspecs.hfmin-HFMIN)
1066 |(info->monspecs.hfmax-HFMAX)
1067 |(info->monspecs.vfmin-VFMIN)
1068 |(info->monspecs.vfmax-VFMAX);
1733 if (!info->monspecs.hfmax)
1734 info->monspecs.hfmax = hsync2;
1735 if (!info->monspecs.hfmin)
1736 info->monspecs.hfmin = hsync1;
1738 info->monspecs.hfmin = hsync2;
1746 if (!info->monspecs.vfmax)
1747 info->monspecs.vfmax = vsync2;
1748 if (!info->monspecs.vfmin)
1749 info->monspecs.vfmin = vsync1;
1751 info->monspecs.vfmin = vsync2;
1900 struct fb_monspecs *specs = &info->monspecs;
1941 m = fb_find_best_display(&info->monspecs, &info->modelist);
2087 (int) par->fb.size>>10, info->monspecs.hfmin/1000,
2088 info->monspecs.hfmax/1000, info->monspecs.vfmin,
2089 info->monspecs.vfmax, info->var.xres,