Lines Matching refs:monspecs
600 if (info->monspecs.gtf) {
655 fb_edid_to_monspecs(task->buf, &info->monspecs);
657 if (info->monspecs.vfmax && info->monspecs.hfmax) {
662 if (info->monspecs.dclkmax == 0)
663 info->monspecs.dclkmax = 300 * 1000000;
664 info->monspecs.gtf = 1;
680 memset(&info->monspecs, 0, sizeof(info->monspecs));
688 info->monspecs.gtf = 0;
694 info->monspecs.dclkmax = maxclk * 1000000;
696 info->monspecs.vfmax = maxvf;
698 info->monspecs.hfmax = maxhf * 1000;
704 if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) {
705 info->monspecs.dclkmin = 0;
706 info->monspecs.vfmin = 60;
707 info->monspecs.hfmin = 29000;
708 info->monspecs.gtf = 1;
712 if (info->monspecs.gtf)
714 info->monspecs.vfmax,
715 (int)(info->monspecs.hfmax / 1000),
716 (int)(info->monspecs.dclkmax / 1000000));
744 for (i = 0; i < info->monspecs.modedb_len; i++) {
745 if (uvesafb_is_valid_mode(&info->monspecs.modedb[i], info))
746 fb_add_videomode(&info->monspecs.modedb[i],
1357 if (info->monspecs.gtf && !fb_get_mode(FB_MAXTIMINGS, 0, var, info))
1766 fb_destroy_modedb(info->monspecs.modedb);
1788 fb_destroy_modedb(info->monspecs.modedb);