Searched refs:vfmax (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/video/fbdev/core/
H A Dfbmon.c237 b[6] = 60; /* vfmax */
709 specs->vfmax = V_MAX_RATE;
761 if (specs->vfmax == 0 || specs->vfmax < hz)
762 specs->vfmax = hz;
772 specs->vfmax, specs->dclkmax/1000000);
1219 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; local
1231 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
1234 info->monspecs.vfmax < info->monspecs.vfmin ||
1237 vfmin = 60; vfmax
1437 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; local
[all...]
H A Dmodedb.c770 info->monspecs.vfmin && info->monspecs.vfmax &&
/linux-master/drivers/video/fbdev/
H A Dacornfb.c62 .vfmax = 51,
67 .vfmax = 199,
72 .vfmax = 64,
77 .vfmax = 60,
82 .vfmax = 75,
87 .vfmax = 60,
430 return (vs >= monspecs->vfmin && vs <= monspecs->vfmax &&
776 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0);
778 fb_info.monspecs.vfmax = fb_info.monspecs.vfmin;
797 fb_info.monspecs.vfmax < fb_inf
[all...]
H A Dau1200fb.c370 .vfmax = 60,
398 .vfmax = 60,
425 .vfmax = 60,
452 .vfmax = 60,
479 .vfmax = 60,
506 .vfmax = 60,
533 .vfmax = 60,
563 .vfmax = 81,
593 .vfmax = 60,
622 .vfmax
[all...]
H A Datafb.c1286 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
1300 fb_info.monspecs.vfmax;
1306 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) {
1311 fb_info.monspecs.vfmax;
1317 } else if (vfreq > fb_info.monspecs.vfmax && interlace) {
1322 fb_info.monspecs.vfmax;
1329 vfreq > fb_info.monspecs.vfmax)
1736 fb_info.monspecs.vfmax = 72;
1744 fb_info.monspecs.vfmax = 60;
2905 fb_info.monspecs.vfmax
[all...]
H A Dhgafb.c593 info->monspecs.vfmax = 10000;
H A Dpvr2fb.c883 fb_info->monspecs.vfmax = 60;
889 fb_info->monspecs.vfmax = 51;
H A Duvesafb.c659 if (info->monspecs.vfmax && info->monspecs.hfmax) {
698 info->monspecs.vfmax = maxvf;
716 info->monspecs.vfmax,
H A Dsa1100fb.c1060 .vfmax = 65,
H A Di740fb.c716 if (info->monspecs.hfmax && info->monspecs.vfmax &&
H A Dtdfxfb.c470 if (info->monspecs.hfmax && info->monspecs.vfmax &&
H A Damifb.c3653 info->monspecs.vfmax = amifb_vfmax;
3661 info->monspecs.vfmax = 90;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c321 dev->fb_info.monspecs.vfmax = 100;
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c1069 |(info->monspecs.vfmax-VFMAX);
1749 if (!info->monspecs.vfmax)
1750 info->monspecs.vfmax = vsync2;
2096 info->monspecs.vfmax, info->var.xres,
/linux-master/include/linux/
H A Dfb.h87 __u16 vfmax; /* vfreq upper limit (Hz) */ member in struct:fb_monspecs
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c1061 oi->ivtvfb_info.monspecs.vfmax = 100;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c820 if (!info->monspecs.hfmax || !info->monspecs.vfmax ||
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1798 minfo->fbcon.monspecs.vfmax = fv;
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c1138 if (!info->monspecs.vfmax || !info->monspecs.hfmax ||
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c907 if (!info->monspecs.hfmax || !info->monspecs.vfmax ||

Completed in 498 milliseconds