Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbmon.c714 specs->vfmax = V_MAX_RATE; in fb_get_monitor_limits()
766 if (specs->vfmax == 0 || specs->vfmax < hz) in fb_get_monitor_limits()
767 specs->vfmax = hz; in fb_get_monitor_limits()
777 specs->vfmax, specs->dclkmax/1000000); in fb_get_monitor_limits()
1224 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1236 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode()
1239 info->monspecs.vfmax < info->monspecs.vfmin || in fb_get_mode()
1242 vfmin = 60; vfmax = 60; in fb_get_mode()
1248 vfmax = info->monspecs.vfmax; in fb_get_mode()
1268 if (timings->vfreq > vfmax) { in fb_get_mode()
[all …]
H A Dmodedb.c771 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 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.c657 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid()
696 info->monspecs.vfmax = maxvf; in uvesafb_vbe_getmonspecs()
714 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/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/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.c821 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in nvidiafb_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.c1799 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2()