monspecs         1060 drivers/media/pci/ivtv/ivtvfb.c 	oi->ivtvfb_info.monspecs.hfmin = 8000;
monspecs         1061 drivers/media/pci/ivtv/ivtvfb.c 	oi->ivtvfb_info.monspecs.hfmax = 70000;
monspecs         1062 drivers/media/pci/ivtv/ivtvfb.c 	oi->ivtvfb_info.monspecs.vfmin = 10;
monspecs         1063 drivers/media/pci/ivtv/ivtvfb.c 	oi->ivtvfb_info.monspecs.vfmax = 100;
monspecs          322 drivers/media/platform/vivid/vivid-osd.c 	dev->fb_info.monspecs.hfmin = 8000;
monspecs          323 drivers/media/platform/vivid/vivid-osd.c 	dev->fb_info.monspecs.hfmax = 70000;
monspecs          324 drivers/media/platform/vivid/vivid-osd.c 	dev->fb_info.monspecs.vfmin = 10;
monspecs          325 drivers/media/platform/vivid/vivid-osd.c 	dev->fb_info.monspecs.vfmax = 100;
monspecs           58 drivers/video/fbdev/acornfb.c static struct fb_monspecs monspecs[NR_MONTYPES] = {
monspecs          414 drivers/video/fbdev/acornfb.c 			struct fb_monspecs *monspecs)
monspecs          431 drivers/video/fbdev/acornfb.c 	return (vs >= monspecs->vfmin && vs <= monspecs->vfmax &&
monspecs          432 drivers/video/fbdev/acornfb.c 		hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
monspecs          518 drivers/video/fbdev/acornfb.c 	return acornfb_validate_timing(var, &info->monspecs);
monspecs          768 drivers/video/fbdev/acornfb.c 	fb_info.monspecs.hfmin = simple_strtoul(p, &p, 0);
monspecs          770 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0);
monspecs          772 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax = fb_info.monspecs.hfmin;
monspecs          777 drivers/video/fbdev/acornfb.c 	fb_info.monspecs.vfmin = simple_strtoul(p + 1, &p, 0);
monspecs          779 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0);
monspecs          781 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.vfmax = fb_info.monspecs.vfmin;
monspecs          786 drivers/video/fbdev/acornfb.c 	fb_info.monspecs.dpms = simple_strtoul(p + 1, &p, 0);
monspecs          799 drivers/video/fbdev/acornfb.c 	if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin ||
monspecs          800 drivers/video/fbdev/acornfb.c 	    fb_info.monspecs.vfmax < fb_info.monspecs.vfmin)
monspecs          981 drivers/video/fbdev/acornfb.c 		fb_info.monspecs = monspecs[current_par.montype];
monspecs          982 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.dpms = current_par.dpms;
monspecs          996 drivers/video/fbdev/acornfb.c 		    modedb[i].refresh >= fb_info.monspecs.vfmin &&
monspecs          997 drivers/video/fbdev/acornfb.c 		    modedb[i].refresh <= fb_info.monspecs.vfmax &&
monspecs          998 drivers/video/fbdev/acornfb.c 		    hs                >= fb_info.monspecs.hfmin &&
monspecs          999 drivers/video/fbdev/acornfb.c 		    hs                <= fb_info.monspecs.hfmax) {
monspecs         1110 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmin / 1000, fb_info.monspecs.hfmin % 1000,
monspecs         1111 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.hfmax / 1000, fb_info.monspecs.hfmax % 1000,
monspecs         1112 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.vfmin, fb_info.monspecs.vfmax,
monspecs         1113 drivers/video/fbdev/acornfb.c 		fb_info.monspecs.dpms ? ", DPMS" : "");
monspecs          509 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.hfmin	= 0;
monspecs          510 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.hfmax   = 100000;
monspecs          511 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.vfmin	= 0;
monspecs          512 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.vfmax	= 400;
monspecs          513 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.dclkmin = 1000000;
monspecs          514 drivers/video/fbdev/amba-clcd.c 	fb->fb.monspecs.dclkmax	= 100000000;
monspecs         3655 drivers/video/fbdev/amifb.c 		info->monspecs.hfmin = amifb_hfmin;
monspecs         3656 drivers/video/fbdev/amifb.c 		info->monspecs.hfmax = amifb_hfmax;
monspecs         3657 drivers/video/fbdev/amifb.c 		info->monspecs.vfmin = amifb_vfmin;
monspecs         3658 drivers/video/fbdev/amifb.c 		info->monspecs.vfmax = amifb_vfmax;
monspecs         3663 drivers/video/fbdev/amifb.c 		info->monspecs.hfmin = 15000;
monspecs         3664 drivers/video/fbdev/amifb.c 		info->monspecs.hfmax = 38000;
monspecs         3665 drivers/video/fbdev/amifb.c 		info->monspecs.vfmin = 49;
monspecs         3666 drivers/video/fbdev/amifb.c 		info->monspecs.vfmax = 90;
monspecs         1091 drivers/video/fbdev/atafb.c 			    fb_info.monspecs.hfmin < f25.f)
monspecs         1094 drivers/video/fbdev/atafb.c 				  f32.left) * fb_info.monspecs.hfmin < f32.f)
monspecs         1097 drivers/video/fbdev/atafb.c 				  fext.left) * fb_info.monspecs.hfmin < fext.f &&
monspecs         1268 drivers/video/fbdev/atafb.c 	if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
monspecs         1275 drivers/video/fbdev/atafb.c 	if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
monspecs         1306 drivers/video/fbdev/atafb.c 	if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
monspecs         1310 drivers/video/fbdev/atafb.c 	} else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) {
monspecs         1314 drivers/video/fbdev/atafb.c 	} else if (vfreq < fb_info.monspecs.vfmin && doubleline) {
monspecs         1320 drivers/video/fbdev/atafb.c 		     fb_info.monspecs.vfmax;
monspecs         1326 drivers/video/fbdev/atafb.c 	} else if (vfreq > fb_info.monspecs.vfmax && doubleline) {
monspecs         1331 drivers/video/fbdev/atafb.c 		     fb_info.monspecs.vfmax;
monspecs         1337 drivers/video/fbdev/atafb.c 	} else if (vfreq > fb_info.monspecs.vfmax && interlace) {
monspecs         1342 drivers/video/fbdev/atafb.c 		     fb_info.monspecs.vfmax;
monspecs         1348 drivers/video/fbdev/atafb.c 	} else if (vfreq < fb_info.monspecs.vfmin ||
monspecs         1349 drivers/video/fbdev/atafb.c 		   vfreq > fb_info.monspecs.vfmax)
monspecs         1755 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmin = 70;
monspecs         1756 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmax = 72;
monspecs         1757 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmin = 35713;
monspecs         1758 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 35715;
monspecs         1763 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmin = 49;	/* not 50, since TOS defaults to 49.9x Hz */
monspecs         1764 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmax = 60;
monspecs         1765 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmin = 15620;
monspecs         1766 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 15755;
monspecs         2971 drivers/video/fbdev/atafb.c 	fb_info.monspecs.vfmin = vmin;
monspecs         2972 drivers/video/fbdev/atafb.c 	fb_info.monspecs.vfmax = vmax;
monspecs         2973 drivers/video/fbdev/atafb.c 	fb_info.monspecs.hfmin = hmin;
monspecs         2974 drivers/video/fbdev/atafb.c 	fb_info.monspecs.hfmax = hmax;
monspecs         3122 drivers/video/fbdev/atafb.c 	if (fb_info.monspecs.hfmin == 0) {
monspecs         3123 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmin = 31000;
monspecs         3124 drivers/video/fbdev/atafb.c 		fb_info.monspecs.hfmax = 32000;
monspecs         3125 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmin = 58;
monspecs         3126 drivers/video/fbdev/atafb.c 		fb_info.monspecs.vfmax = 62;
monspecs          831 drivers/video/fbdev/aty/radeon_monitor.c 		fb_edid_to_monspecs(rinfo->mon1_EDID, &info->monspecs);
monspecs          832 drivers/video/fbdev/aty/radeon_monitor.c 		fb_videomode_to_modelist(info->monspecs.modedb,
monspecs          833 drivers/video/fbdev/aty/radeon_monitor.c 					 info->monspecs.modedb_len,
monspecs          835 drivers/video/fbdev/aty/radeon_monitor.c 		rinfo->mon1_modedb = info->monspecs.modedb;
monspecs          836 drivers/video/fbdev/aty/radeon_monitor.c 		rinfo->mon1_dbsize = info->monspecs.modedb_len;
monspecs          883 drivers/video/fbdev/aty/radeon_monitor.c 				 info->monspecs.modedb,
monspecs          884 drivers/video/fbdev/aty/radeon_monitor.c 				 info->monspecs.modedb_len, NULL, 8) != 0)
monspecs          898 drivers/video/fbdev/aty/radeon_monitor.c 				 info->monspecs.modedb,
monspecs          899 drivers/video/fbdev/aty/radeon_monitor.c 				 info->monspecs.modedb_len, NULL, 8) != 0)
monspecs          907 drivers/video/fbdev/aty/radeon_monitor.c 	if (!has_default_mode && info->monspecs.modedb != NULL) {
monspecs          908 drivers/video/fbdev/aty/radeon_monitor.c 		struct fb_monspecs *specs = &info->monspecs;
monspecs          325 drivers/video/fbdev/au1200fb.c 	struct 	fb_monspecs monspecs; 	/* FB monitor specs */
monspecs          364 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          392 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          419 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          446 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          473 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          500 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          527 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          557 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          587 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs          616 drivers/video/fbdev/au1200fb.c 		.monspecs = {
monspecs         1067 drivers/video/fbdev/au1200fb.c 	pixclock = max((u32)(PICOS2KHZ(var->pixclock) * 1000), fbi->monspecs.dclkmin);
monspecs         1068 drivers/video/fbdev/au1200fb.c 	pixclock = min3(pixclock, fbi->monspecs.dclkmax, (u32)AU1200_LCD_MAX_CLK/2);
monspecs         1530 drivers/video/fbdev/au1200fb.c 	memcpy(&fbi->monspecs, &panel->monspecs, sizeof(struct fb_monspecs));
monspecs         1538 drivers/video/fbdev/au1200fb.c 			  fbi->monspecs.modedb,
monspecs         1539 drivers/video/fbdev/au1200fb.c 			  fbi->monspecs.modedb_len,
monspecs         1540 drivers/video/fbdev/au1200fb.c 			  fbi->monspecs.modedb,
monspecs         1231 drivers/video/fbdev/core/fbmon.c 	if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
monspecs         1232 drivers/video/fbdev/core/fbmon.c 	    !info->monspecs.dclkmax ||
monspecs         1233 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.hfmax < info->monspecs.hfmin ||
monspecs         1234 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.vfmax < info->monspecs.vfmin ||
monspecs         1235 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.dclkmax < info->monspecs.dclkmin) {
monspecs         1240 drivers/video/fbdev/core/fbmon.c 		hfmin = info->monspecs.hfmin;
monspecs         1241 drivers/video/fbdev/core/fbmon.c 		hfmax = info->monspecs.hfmax;
monspecs         1242 drivers/video/fbdev/core/fbmon.c 		vfmin = info->monspecs.vfmin;
monspecs         1243 drivers/video/fbdev/core/fbmon.c 		vfmax = info->monspecs.vfmax;
monspecs         1244 drivers/video/fbdev/core/fbmon.c 		dclkmin = info->monspecs.dclkmin;
monspecs         1245 drivers/video/fbdev/core/fbmon.c 		dclkmax = info->monspecs.dclkmax;
monspecs         1442 drivers/video/fbdev/core/fbmon.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
monspecs         1443 drivers/video/fbdev/core/fbmon.c 	    !info->monspecs.dclkmax ||
monspecs         1444 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.hfmax < info->monspecs.hfmin ||
monspecs         1445 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.vfmax < info->monspecs.vfmin ||
monspecs         1446 drivers/video/fbdev/core/fbmon.c 	    info->monspecs.dclkmax < info->monspecs.dclkmin) {
monspecs         1451 drivers/video/fbdev/core/fbmon.c 		hfmin = info->monspecs.hfmin;
monspecs         1452 drivers/video/fbdev/core/fbmon.c 		hfmax = info->monspecs.hfmax;
monspecs         1453 drivers/video/fbdev/core/fbmon.c 		vfmin = info->monspecs.vfmin;
monspecs         1454 drivers/video/fbdev/core/fbmon.c 		vfmax = info->monspecs.vfmax;
monspecs         1455 drivers/video/fbdev/core/fbmon.c 		dclkmin = info->monspecs.dclkmin;
monspecs         1456 drivers/video/fbdev/core/fbmon.c 		dclkmax = info->monspecs.dclkmax;
monspecs          761 drivers/video/fbdev/core/modedb.c 			    info->monspecs.vfmin && info->monspecs.vfmax &&
monspecs          762 drivers/video/fbdev/core/modedb.c 			    info->monspecs.hfmin && info->monspecs.hfmax &&
monspecs          763 drivers/video/fbdev/core/modedb.c 			    info->monspecs.dclkmax) {
monspecs         1489 drivers/video/fbdev/fsl-diu-fb.c 			fb_edid_to_monspecs(data->edid_data, &info->monspecs);
monspecs         1490 drivers/video/fbdev/fsl-diu-fb.c 			fb_videomode_to_modelist(info->monspecs.modedb,
monspecs         1491 drivers/video/fbdev/fsl-diu-fb.c 						 info->monspecs.modedb_len,
monspecs         1493 drivers/video/fbdev/fsl-diu-fb.c 			db = info->monspecs.modedb;
monspecs         1494 drivers/video/fbdev/fsl-diu-fb.c 			dbsize = info->monspecs.modedb_len;
monspecs         1521 drivers/video/fbdev/fsl-diu-fb.c 	if (!has_default_mode && info->monspecs.modedb) {
monspecs         1522 drivers/video/fbdev/fsl-diu-fb.c 		struct fb_monspecs *specs = &info->monspecs;
monspecs          576 drivers/video/fbdev/hgafb.c 	info->monspecs.hfmin = 0;
monspecs          577 drivers/video/fbdev/hgafb.c 	info->monspecs.hfmax = 0;
monspecs          578 drivers/video/fbdev/hgafb.c 	info->monspecs.vfmin = 10000;
monspecs          579 drivers/video/fbdev/hgafb.c 	info->monspecs.vfmax = 10000;
monspecs          580 drivers/video/fbdev/hgafb.c 	info->monspecs.dpms = 0;
monspecs          708 drivers/video/fbdev/i740fb.c 	if (info->monspecs.hfmax && info->monspecs.vfmax &&
monspecs          709 drivers/video/fbdev/i740fb.c 	    info->monspecs.dclkmax && fb_validate_mode(var, info) < 0)
monspecs         1073 drivers/video/fbdev/i740fb.c 			fb_edid_to_monspecs(edid, &info->monspecs);
monspecs         1075 drivers/video/fbdev/i740fb.c 			if (!info->monspecs.modedb)
monspecs         1082 drivers/video/fbdev/i740fb.c 					info->monspecs.modedb,
monspecs         1083 drivers/video/fbdev/i740fb.c 					info->monspecs.modedb_len,
monspecs         1085 drivers/video/fbdev/i740fb.c 				m = fb_find_best_display(&info->monspecs,
monspecs         1102 drivers/video/fbdev/i740fb.c 				   info->monspecs.modedb,
monspecs         1103 drivers/video/fbdev/i740fb.c 				   info->monspecs.modedb_len,
monspecs         1112 drivers/video/fbdev/i740fb.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1113 drivers/video/fbdev/i740fb.c 	info->monspecs.modedb = NULL;
monspecs         1032 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.dclkmax = 234000000;
monspecs         1035 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.dclkmax = 229000000;
monspecs         1039 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.dclkmax = 204000000;
monspecs         1043 drivers/video/fbdev/i810/i810_main.c 	info->monspecs.dclkmin = 15000000;
monspecs         1049 drivers/video/fbdev/i810/i810_main.c 	if (!mode_valid && info->monspecs.gtf &&
monspecs         1053 drivers/video/fbdev/i810/i810_main.c 	if (!mode_valid && info->monspecs.modedb_len) {
monspecs         1063 drivers/video/fbdev/i810/i810_main.c 	if (!mode_valid && info->monspecs.modedb_len == 0) {
monspecs         1065 drivers/video/fbdev/i810/i810_main.c 			int default_sync = (info->monspecs.hfmin-HFMIN)
monspecs         1066 drivers/video/fbdev/i810/i810_main.c 				|(info->monspecs.hfmax-HFMAX)
monspecs         1067 drivers/video/fbdev/i810/i810_main.c 				|(info->monspecs.vfmin-VFMIN)
monspecs         1068 drivers/video/fbdev/i810/i810_main.c 				|(info->monspecs.vfmax-VFMAX);
monspecs         1733 drivers/video/fbdev/i810/i810_main.c 	if (!info->monspecs.hfmax)
monspecs         1734 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.hfmax = hsync2;
monspecs         1735 drivers/video/fbdev/i810/i810_main.c 	if (!info->monspecs.hfmin)
monspecs         1736 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.hfmin = hsync1;
monspecs         1738 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.hfmin = hsync2;
monspecs         1746 drivers/video/fbdev/i810/i810_main.c 	if (!info->monspecs.vfmax)
monspecs         1747 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.vfmax = vsync2;
monspecs         1748 drivers/video/fbdev/i810/i810_main.c 	if (!info->monspecs.vfmin)
monspecs         1749 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.vfmin = vsync1;
monspecs         1751 drivers/video/fbdev/i810/i810_main.c 		info->monspecs.vfmin = vsync2;
monspecs         1900 drivers/video/fbdev/i810/i810_main.c 	struct fb_monspecs *specs = &info->monspecs;
monspecs         1941 drivers/video/fbdev/i810/i810_main.c 			m = fb_find_best_display(&info->monspecs, &info->modelist);
monspecs         2087 drivers/video/fbdev/i810/i810_main.c 	       (int) par->fb.size>>10, info->monspecs.hfmin/1000,
monspecs         2088 drivers/video/fbdev/i810/i810_main.c 	       info->monspecs.hfmax/1000, info->monspecs.vfmin,
monspecs         2089 drivers/video/fbdev/i810/i810_main.c 	       info->monspecs.vfmax, info->var.xres, 
monspecs         1027 drivers/video/fbdev/intelfb/intelfbdrv.c 						    &dinfo->info->monspecs);
monspecs         1036 drivers/video/fbdev/intelfb/intelfbdrv.c 					    dinfo->info->monspecs.modedb,
monspecs         1037 drivers/video/fbdev/intelfb/intelfbdrv.c 					    dinfo->info->monspecs.modedb_len,
monspecs         1779 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.hfmin = 0;
monspecs         1780 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.hfmax = fh;
monspecs         1781 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.vfmin = 0;
monspecs         1782 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.vfmax = fv;
monspecs         1783 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->fbcon.monspecs.dpms = 0;	/* TBD */
monspecs         1769 drivers/video/fbdev/neofb.c 	info->monspecs.modedb = kmalloc(sizeof(struct fb_videomode), GFP_KERNEL);
monspecs         1770 drivers/video/fbdev/neofb.c 	if (!info->monspecs.modedb)
monspecs         1772 drivers/video/fbdev/neofb.c 	info->monspecs.modedb_len = 1;
monspecs         1794 drivers/video/fbdev/neofb.c 		memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
monspecs         1800 drivers/video/fbdev/neofb.c 			memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode));
monspecs         1804 drivers/video/fbdev/neofb.c 			memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode));
monspecs         1811 drivers/video/fbdev/neofb.c 		memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode));
monspecs         1818 drivers/video/fbdev/neofb.c 		memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode));
monspecs         1829 drivers/video/fbdev/neofb.c 		memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
monspecs         2064 drivers/video/fbdev/neofb.c 			info->monspecs.modedb, 16)) {
monspecs         2110 drivers/video/fbdev/neofb.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         2128 drivers/video/fbdev/neofb.c 		fb_destroy_modedb(info->monspecs.modedb);
monspecs          632 drivers/video/fbdev/nvidia/nv_setup.c 		info->monspecs = *monA;
monspecs          820 drivers/video/fbdev/nvidia/nvidia.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
monspecs          821 drivers/video/fbdev/nvidia/nvidia.c 	    !info->monspecs.dclkmax || !fb_validate_mode(var, info))
monspecs          825 drivers/video/fbdev/nvidia/nvidia.c 	if (!mode_valid && info->monspecs.gtf) {
monspecs          840 drivers/video/fbdev/nvidia/nvidia.c 	if (!mode_valid && info->monspecs.modedb_len)
monspecs         1101 drivers/video/fbdev/nvidia/nvidia.c 	struct fb_monspecs *specs = &info->monspecs;
monspecs         1113 drivers/video/fbdev/nvidia/nvidia.c 	fb_videomode_to_modelist(info->monspecs.modedb,
monspecs         1114 drivers/video/fbdev/nvidia/nvidia.c 				 info->monspecs.modedb_len, &info->modelist);
monspecs         1153 drivers/video/fbdev/nvidia/nvidia.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1154 drivers/video/fbdev/nvidia/nvidia.c 	info->monspecs.modedb = NULL;
monspecs         1407 drivers/video/fbdev/nvidia/nvidia.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1433 drivers/video/fbdev/nvidia/nvidia.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs          862 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmin = 30000;
monspecs          863 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmax = 70000;
monspecs          864 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.vfmin = 60;
monspecs          865 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.vfmax = 60;
monspecs          868 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmin = 15469;
monspecs          869 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.hfmax = 15781;
monspecs          870 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.vfmin = 49;
monspecs          871 drivers/video/fbdev/pvr2fb.c 		fb_info->monspecs.vfmax = 51;
monspecs         1144 drivers/video/fbdev/riva/fbdev.c 		if (!info->monspecs.vfmax || !info->monspecs.hfmax ||
monspecs         1145 drivers/video/fbdev/riva/fbdev.c 		    !info->monspecs.dclkmax || !fb_validate_mode(var, info))
monspecs         1150 drivers/video/fbdev/riva/fbdev.c 	if (!mode_valid && info->monspecs.gtf) {
monspecs         1163 drivers/video/fbdev/riva/fbdev.c 	if (!mode_valid && info->monspecs.modedb_len)
monspecs         1788 drivers/video/fbdev/riva/fbdev.c 	struct fb_monspecs *specs = &info->monspecs;
monspecs         1801 drivers/video/fbdev/riva/fbdev.c 		if (info->monspecs.misc & FB_MISC_1ST_DETAIL) {
monspecs         1840 drivers/video/fbdev/riva/fbdev.c 	fb_edid_to_monspecs(par->EDID, &info->monspecs);
monspecs         1841 drivers/video/fbdev/riva/fbdev.c 	fb_videomode_to_modelist(info->monspecs.modedb, info->monspecs.modedb_len,
monspecs         1846 drivers/video/fbdev/riva/fbdev.c 	if (info->monspecs.input & FB_DISP_DDI)
monspecs         2032 drivers/video/fbdev/riva/fbdev.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         2033 drivers/video/fbdev/riva/fbdev.c 	info->monspecs.modedb = NULL;
monspecs         1279 drivers/video/fbdev/s3fb.c 				fb_edid_to_monspecs(edid, &info->monspecs);
monspecs         1281 drivers/video/fbdev/s3fb.c 				if (!info->monspecs.modedb)
monspecs         1286 drivers/video/fbdev/s3fb.c 					fb_videomode_to_modelist(info->monspecs.modedb,
monspecs         1287 drivers/video/fbdev/s3fb.c 								 info->monspecs.modedb_len,
monspecs         1289 drivers/video/fbdev/s3fb.c 					m = fb_find_best_display(&info->monspecs, &info->modelist);
monspecs         1306 drivers/video/fbdev/s3fb.c 				   info->monspecs.modedb, info->monspecs.modedb_len,
monspecs         1311 drivers/video/fbdev/s3fb.c 			fb_destroy_modedb(info->monspecs.modedb);
monspecs         1312 drivers/video/fbdev/s3fb.c 			info->monspecs.modedb = NULL;
monspecs         1317 drivers/video/fbdev/s3fb.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1318 drivers/video/fbdev/s3fb.c 	info->monspecs.modedb = NULL;
monspecs         1069 drivers/video/fbdev/sa1100fb.c static struct fb_monspecs monspecs = {
monspecs         1107 drivers/video/fbdev/sa1100fb.c 	fbi->fb.monspecs	= monspecs;
monspecs          904 drivers/video/fbdev/savage/savagefb_driver.c 	if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
monspecs          905 drivers/video/fbdev/savage/savagefb_driver.c 	    !info->monspecs.dclkmax || !fb_validate_mode(var, info))
monspecs          909 drivers/video/fbdev/savage/savagefb_driver.c 	if (!mode_valid && info->monspecs.gtf) {
monspecs          924 drivers/video/fbdev/savage/savagefb_driver.c 	if (!mode_valid && info->monspecs.modedb_len)
monspecs         2216 drivers/video/fbdev/savage/savagefb_driver.c 	fb_edid_to_monspecs(par->edid, &info->monspecs);
monspecs         2218 drivers/video/fbdev/savage/savagefb_driver.c 	fb_videomode_to_modelist(info->monspecs.modedb,
monspecs         2219 drivers/video/fbdev/savage/savagefb_driver.c 				 info->monspecs.modedb_len,
monspecs         2242 drivers/video/fbdev/savage/savagefb_driver.c 			     info->monspecs.modedb, info->monspecs.modedb_len,
monspecs         2244 drivers/video/fbdev/savage/savagefb_driver.c 	} else if (info->monspecs.modedb != NULL) {
monspecs         2247 drivers/video/fbdev/savage/savagefb_driver.c 		mode = fb_find_best_display(&info->monspecs, &info->modelist);
monspecs         2294 drivers/video/fbdev/savage/savagefb_driver.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         2295 drivers/video/fbdev/savage/savagefb_driver.c 	info->monspecs.modedb = NULL;
monspecs         1766 drivers/video/fbdev/sm501fb.c 			fb_edid_to_monspecs(info->edid_data, &fb->monspecs);
monspecs         1767 drivers/video/fbdev/sm501fb.c 			fb_videomode_to_modelist(fb->monspecs.modedb,
monspecs         1768 drivers/video/fbdev/sm501fb.c 						 fb->monspecs.modedb_len,
monspecs         1785 drivers/video/fbdev/sm501fb.c 					fb->monspecs.modedb,
monspecs         1786 drivers/video/fbdev/sm501fb.c 					fb->monspecs.modedb_len,
monspecs         1139 drivers/video/fbdev/smscufx.c 	if (info->monspecs.modedb)
monspecs         1140 drivers/video/fbdev/smscufx.c 		fb_destroy_modedb(info->monspecs.modedb);
monspecs         1498 drivers/video/fbdev/smscufx.c 	memset(&info->monspecs, 0, sizeof(info->monspecs));
monspecs         1507 drivers/video/fbdev/smscufx.c 			fb_edid_to_monspecs(edid, &info->monspecs);
monspecs         1509 drivers/video/fbdev/smscufx.c 		if (info->monspecs.modedb_len > 0) {
monspecs         1517 drivers/video/fbdev/smscufx.c 	if (info->monspecs.modedb_len == 0) {
monspecs         1521 drivers/video/fbdev/smscufx.c 			fb_edid_to_monspecs(dev->edid, &info->monspecs);
monspecs         1522 drivers/video/fbdev/smscufx.c 			if (info->monspecs.modedb_len > 0)
monspecs         1528 drivers/video/fbdev/smscufx.c 	if (info->monspecs.modedb_len == 0) {
monspecs         1530 drivers/video/fbdev/smscufx.c 			fb_edid_to_monspecs(default_edid, &info->monspecs);
monspecs         1531 drivers/video/fbdev/smscufx.c 			if (info->monspecs.modedb_len > 0) {
monspecs         1541 drivers/video/fbdev/smscufx.c 	if (info->monspecs.modedb_len > 0) {
monspecs         1543 drivers/video/fbdev/smscufx.c 		for (i = 0; i < info->monspecs.modedb_len; i++) {
monspecs         1544 drivers/video/fbdev/smscufx.c 			if (ufx_is_valid_mode(&info->monspecs.modedb[i], info))
monspecs         1545 drivers/video/fbdev/smscufx.c 				fb_add_videomode(&info->monspecs.modedb[i],
monspecs         1548 drivers/video/fbdev/smscufx.c 				info->monspecs.misc &= ~FB_MISC_1ST_DETAIL;
monspecs         1551 drivers/video/fbdev/smscufx.c 		default_vmode = fb_find_best_display(&info->monspecs,
monspecs         1727 drivers/video/fbdev/smscufx.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs          471 drivers/video/fbdev/tdfxfb.c 	if (info->monspecs.hfmax && info->monspecs.vfmax &&
monspecs          472 drivers/video/fbdev/tdfxfb.c 	    info->monspecs.dclkmax && fb_validate_mode(var, info) < 0) {
monspecs         1480 drivers/video/fbdev/tdfxfb.c 	specs = &info->monspecs;
monspecs         1640 drivers/video/fbdev/tridentfb.c 			fb_edid_to_monspecs(edid, &info->monspecs);
monspecs         1642 drivers/video/fbdev/tridentfb.c 			if (!info->monspecs.modedb)
monspecs         1647 drivers/video/fbdev/tridentfb.c 				fb_videomode_to_modelist(info->monspecs.modedb,
monspecs         1648 drivers/video/fbdev/tridentfb.c 						 info->monspecs.modedb_len,
monspecs         1650 drivers/video/fbdev/tridentfb.c 				m = fb_find_best_display(&info->monspecs,
monspecs         1669 drivers/video/fbdev/tridentfb.c 				   info->monspecs.modedb,
monspecs         1670 drivers/video/fbdev/tridentfb.c 				   info->monspecs.modedb_len,
monspecs         1676 drivers/video/fbdev/tridentfb.c 			fb_destroy_modedb(info->monspecs.modedb);
monspecs         1677 drivers/video/fbdev/tridentfb.c 			info->monspecs.modedb = NULL;
monspecs         1682 drivers/video/fbdev/tridentfb.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1683 drivers/video/fbdev/tridentfb.c 	info->monspecs.modedb = NULL;
monspecs         1006 drivers/video/fbdev/udlfb.c 	if (info->monspecs.modedb)
monspecs         1007 drivers/video/fbdev/udlfb.c 		fb_destroy_modedb(info->monspecs.modedb);
monspecs         1305 drivers/video/fbdev/udlfb.c 	memset(&info->monspecs, 0, sizeof(info->monspecs));
monspecs         1317 drivers/video/fbdev/udlfb.c 			fb_edid_to_monspecs(edid, &info->monspecs);
monspecs         1319 drivers/video/fbdev/udlfb.c 		if (info->monspecs.modedb_len > 0) {
monspecs         1327 drivers/video/fbdev/udlfb.c 	if (info->monspecs.modedb_len == 0) {
monspecs         1331 drivers/video/fbdev/udlfb.c 			fb_edid_to_monspecs(dlfb->edid, &info->monspecs);
monspecs         1332 drivers/video/fbdev/udlfb.c 			if (info->monspecs.modedb_len > 0)
monspecs         1338 drivers/video/fbdev/udlfb.c 	if (info->monspecs.modedb_len == 0) {
monspecs         1340 drivers/video/fbdev/udlfb.c 			fb_edid_to_monspecs(default_edid, &info->monspecs);
monspecs         1341 drivers/video/fbdev/udlfb.c 			if (info->monspecs.modedb_len > 0) {
monspecs         1351 drivers/video/fbdev/udlfb.c 	if (info->monspecs.modedb_len > 0) {
monspecs         1353 drivers/video/fbdev/udlfb.c 		for (i = 0; i < info->monspecs.modedb_len; i++) {
monspecs         1354 drivers/video/fbdev/udlfb.c 			mode = &info->monspecs.modedb[i];
monspecs         1362 drivers/video/fbdev/udlfb.c 					info->monspecs.misc
monspecs         1367 drivers/video/fbdev/udlfb.c 		default_vmode = fb_find_best_display(&info->monspecs,
monspecs          600 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf) {
monspecs          655 drivers/video/fbdev/uvesafb.c 		fb_edid_to_monspecs(task->buf, &info->monspecs);
monspecs          657 drivers/video/fbdev/uvesafb.c 		if (info->monspecs.vfmax && info->monspecs.hfmax) {
monspecs          662 drivers/video/fbdev/uvesafb.c 			if (info->monspecs.dclkmax == 0)
monspecs          663 drivers/video/fbdev/uvesafb.c 				info->monspecs.dclkmax = 300 * 1000000;
monspecs          664 drivers/video/fbdev/uvesafb.c 			info->monspecs.gtf = 1;
monspecs          680 drivers/video/fbdev/uvesafb.c 	memset(&info->monspecs, 0, sizeof(info->monspecs));
monspecs          688 drivers/video/fbdev/uvesafb.c 		info->monspecs.gtf = 0;
monspecs          694 drivers/video/fbdev/uvesafb.c 		info->monspecs.dclkmax = maxclk * 1000000;
monspecs          696 drivers/video/fbdev/uvesafb.c 		info->monspecs.vfmax = maxvf;
monspecs          698 drivers/video/fbdev/uvesafb.c 		info->monspecs.hfmax = maxhf * 1000;
monspecs          704 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) {
monspecs          705 drivers/video/fbdev/uvesafb.c 		info->monspecs.dclkmin = 0;
monspecs          706 drivers/video/fbdev/uvesafb.c 		info->monspecs.vfmin = 60;
monspecs          707 drivers/video/fbdev/uvesafb.c 		info->monspecs.hfmin = 29000;
monspecs          708 drivers/video/fbdev/uvesafb.c 		info->monspecs.gtf = 1;
monspecs          712 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf)
monspecs          714 drivers/video/fbdev/uvesafb.c 			info->monspecs.vfmax,
monspecs          715 drivers/video/fbdev/uvesafb.c 			(int)(info->monspecs.hfmax / 1000),
monspecs          716 drivers/video/fbdev/uvesafb.c 			(int)(info->monspecs.dclkmax / 1000000));
monspecs          744 drivers/video/fbdev/uvesafb.c 	for (i = 0; i < info->monspecs.modedb_len; i++) {
monspecs          745 drivers/video/fbdev/uvesafb.c 		if (uvesafb_is_valid_mode(&info->monspecs.modedb[i], info))
monspecs          746 drivers/video/fbdev/uvesafb.c 			fb_add_videomode(&info->monspecs.modedb[i],
monspecs         1357 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf && !fb_get_mode(FB_MAXTIMINGS, 0, var, info))
monspecs         1765 drivers/video/fbdev/uvesafb.c 	fb_destroy_modedb(info->monspecs.modedb);
monspecs         1787 drivers/video/fbdev/uvesafb.c 		fb_destroy_modedb(info->monspecs.modedb);
monspecs          452 include/linux/fb.h 	struct fb_monspecs monspecs;	/* Current Monitor specs */