Lines Matching refs:monspecs

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