Lines Matching refs:monspecs

604 	if (info->monspecs.gtf) {  in uvesafb_is_valid_mode()
663 fb_edid_to_monspecs(task->buf, &info->monspecs); in uvesafb_vbe_getedid()
665 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid()
670 if (info->monspecs.dclkmax == 0) in uvesafb_vbe_getedid()
671 info->monspecs.dclkmax = 300 * 1000000; in uvesafb_vbe_getedid()
672 info->monspecs.gtf = 1; in uvesafb_vbe_getedid()
688 memset(&info->monspecs, 0, sizeof(info->monspecs)); in uvesafb_vbe_getmonspecs()
696 info->monspecs.gtf = 0; in uvesafb_vbe_getmonspecs()
702 info->monspecs.dclkmax = maxclk * 1000000; in uvesafb_vbe_getmonspecs()
704 info->monspecs.vfmax = maxvf; in uvesafb_vbe_getmonspecs()
706 info->monspecs.hfmax = maxhf * 1000; in uvesafb_vbe_getmonspecs()
712 if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) { in uvesafb_vbe_getmonspecs()
713 info->monspecs.dclkmin = 0; in uvesafb_vbe_getmonspecs()
714 info->monspecs.vfmin = 60; in uvesafb_vbe_getmonspecs()
715 info->monspecs.hfmin = 29000; in uvesafb_vbe_getmonspecs()
716 info->monspecs.gtf = 1; in uvesafb_vbe_getmonspecs()
720 if (info->monspecs.gtf) in uvesafb_vbe_getmonspecs()
723 "clk = %d MHz\n", info->monspecs.vfmax, in uvesafb_vbe_getmonspecs()
724 (int)(info->monspecs.hfmax / 1000), in uvesafb_vbe_getmonspecs()
725 (int)(info->monspecs.dclkmax / 1000000)); in uvesafb_vbe_getmonspecs()
754 for (i = 0; i < info->monspecs.modedb_len; i++) { in uvesafb_vbe_getmonspecs()
755 if (uvesafb_is_valid_mode(&info->monspecs.modedb[i], info)) in uvesafb_vbe_getmonspecs()
756 fb_add_videomode(&info->monspecs.modedb[i], in uvesafb_vbe_getmonspecs()
1370 if (info->monspecs.gtf && !fb_get_mode(FB_MAXTIMINGS, 0, var, info)) in uvesafb_check_limits()
1784 fb_destroy_modedb(info->monspecs.modedb); in uvesafb_probe()
1806 fb_destroy_modedb(info->monspecs.modedb); in uvesafb_remove()