Lines Matching refs:monspecs
602 if (info->monspecs.gtf) {
657 fb_edid_to_monspecs(task->buf, &info->monspecs);
659 if (info->monspecs.vfmax && info->monspecs.hfmax) {
664 if (info->monspecs.dclkmax == 0)
665 info->monspecs.dclkmax = 300 * 1000000;
666 info->monspecs.gtf = 1;
682 memset(&info->monspecs, 0, sizeof(info->monspecs));
690 info->monspecs.gtf = 0;
696 info->monspecs.dclkmax = maxclk * 1000000;
698 info->monspecs.vfmax = maxvf;
700 info->monspecs.hfmax = maxhf * 1000;
706 if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) {
707 info->monspecs.dclkmin = 0;
708 info->monspecs.vfmin = 60;
709 info->monspecs.hfmin = 29000;
710 info->monspecs.gtf = 1;
714 if (info->monspecs.gtf)
716 info->monspecs.vfmax,
717 (int)(info->monspecs.hfmax / 1000),
718 (int)(info->monspecs.dclkmax / 1000000));
746 for (i = 0; i < info->monspecs.modedb_len; i++) {
747 if (uvesafb_is_valid_mode(&info->monspecs.modedb[i], info))
748 fb_add_videomode(&info->monspecs.modedb[i],
1359 if (info->monspecs.gtf && !fb_get_mode(FB_MAXTIMINGS, 0, var, info))
1765 fb_destroy_modedb(info->monspecs.modedb);
1785 fb_destroy_modedb(info->monspecs.modedb);