Home
last modified time | relevance | path

Searched refs:vfmax (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbmon.c709 specs->vfmax = V_MAX_RATE; in fb_get_monitor_limits()
761 if (specs->vfmax == 0 || specs->vfmax < hz) in fb_get_monitor_limits()
762 specs->vfmax = hz; in fb_get_monitor_limits()
772 specs->vfmax, specs->dclkmax/1000000); in fb_get_monitor_limits()
1219 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1231 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode()
1234 info->monspecs.vfmax < info->monspecs.vfmin || in fb_get_mode()
1237 vfmin = 60; vfmax = 60; in fb_get_mode()
1243 vfmax = info->monspecs.vfmax; in fb_get_mode()
1263 if (timings->vfreq > vfmax) { in fb_get_mode()
[all …]
H A Dmodedb.c770 info->monspecs.vfmin && info->monspecs.vfmax && in fb_find_mode()
/linux/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 && in acornfb_validate_timing()
776 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon()
778 fb_info.monspecs.vfmax = fb_info.monspecs.vfmin; in acornfb_parse_mon()
797 fb_info.monspecs.vfmax < fb_info.monspecs.vfmin) in acornfb_parse_mon()
[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 = 60,
H A Datafb.c1286 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1300 fb_info.monspecs.vfmax; in falcon_decode_var()
1306 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1311 fb_info.monspecs.vfmax; in falcon_decode_var()
1317 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1322 fb_info.monspecs.vfmax; in falcon_decode_var()
1329 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
1736 fb_info.monspecs.vfmax = 72; in falcon_detect()
1744 fb_info.monspecs.vfmax = 60; in falcon_detect()
2905 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
[all …]
H A Dpvr2fb.c883 fb_info->monspecs.vfmax = 60; in pvr2fb_dc_init()
889 fb_info->monspecs.vfmax = 51; in pvr2fb_dc_init()
H A Dhgafb.c593 info->monspecs.vfmax = 10000; in hgafb_probe()
H A Duvesafb.c659 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid()
698 info->monspecs.vfmax = maxvf; in uvesafb_vbe_getmonspecs()
716 info->monspecs.vfmax, in uvesafb_vbe_getmonspecs()
H A Dsa1100fb.c1060 .vfmax = 65,
H A Di740fb.c716 if (info->monspecs.hfmax && info->monspecs.vfmax && in i740fb_check_var()
H A Damifb.c3653 info->monspecs.vfmax = amifb_vfmax; in amifb_probe()
3661 info->monspecs.vfmax = 90; in amifb_probe()
H A Dtdfxfb.c470 if (info->monspecs.hfmax && info->monspecs.vfmax && in tdfxfb_check_var()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c321 dev->fb_info.monspecs.vfmax = 100; in vivid_fb_init_vidmode()
/linux/drivers/video/fbdev/i810/
H A Di810_main.c1069 |(info->monspecs.vfmax-VFMAX); in i810_check_params()
1749 if (!info->monspecs.vfmax) in i810_init_monspecs()
1750 info->monspecs.vfmax = vsync2; in i810_init_monspecs()
2096 info->monspecs.vfmax, info->var.xres, in i810fb_init_pci()
/linux/include/linux/
H A Dfb.h87 __u16 vfmax; /* vfreq upper limit (Hz) */ member
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c1062 oi->ivtvfb_info.monspecs.vfmax = 100; in ivtvfb_init_vidmode()
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c820 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in nvidiafb_check_var()
/linux/drivers/video/fbdev/riva/
H A Dfbdev.c1138 if (!info->monspecs.vfmax || !info->monspecs.hfmax || in rivafb_check_var()
/linux/arch/s390/tools/
H A Dopcodes.txt1072 e7ef vfmax VRR_VVV0UUU
/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c907 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in savagefb_check_var()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1798 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2()