Lines Matching refs:monspecs
1033 info->monspecs.dclkmax = 234000000;
1036 info->monspecs.dclkmax = 229000000;
1040 info->monspecs.dclkmax = 204000000;
1044 info->monspecs.dclkmin = 15000000;
1050 if (!mode_valid && info->monspecs.gtf &&
1054 if (!mode_valid && info->monspecs.modedb_len) {
1064 if (!mode_valid && info->monspecs.modedb_len == 0) {
1066 int default_sync = (info->monspecs.hfmin-HFMIN)
1067 |(info->monspecs.hfmax-HFMAX)
1068 |(info->monspecs.vfmin-VFMIN)
1069 |(info->monspecs.vfmax-VFMAX);
1734 if (!info->monspecs.hfmax)
1735 info->monspecs.hfmax = hsync2;
1736 if (!info->monspecs.hfmin)
1737 info->monspecs.hfmin = hsync1;
1739 info->monspecs.hfmin = hsync2;
1747 if (!info->monspecs.vfmax)
1748 info->monspecs.vfmax = vsync2;
1749 if (!info->monspecs.vfmin)
1750 info->monspecs.vfmin = vsync1;
1752 info->monspecs.vfmin = vsync2;
1901 struct fb_monspecs *specs = &info->monspecs;
1942 m = fb_find_best_display(&info->monspecs, &info->modelist);
2092 (int) par->fb.size>>10, info->monspecs.hfmin/1000,
2093 info->monspecs.hfmax/1000, info->monspecs.vfmin,
2094 info->monspecs.vfmax, info->var.xres,