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