Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/core/
Dfbmon.c706 specs->hfmax = H_MAX_RATE * 1000; in fb_get_monitor_limits()
754 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
755 specs->hfmax = hscan; in fb_get_monitor_limits()
770 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, 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()
1233 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode()
1236 hfmin = 29000; hfmax = 30000; in fb_get_mode()
1241 hfmax = info->monspecs.hfmax; in fb_get_mode()
1261 timings->hfreq = hfmax; in fb_get_mode()
[all …]
Dmodedb.c762 info->monspecs.hfmin && info->monspecs.hfmax && in fb_find_mode()
/Linux-v5.4/drivers/video/fbdev/
Dacornfb.c61 .hfmax = 15781,
66 .hfmax = 99999,
71 .hfmax = 58608,
76 .hfmax = 70000,
81 .hfmax = 70000,
86 .hfmax = 70000,
432 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
770 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon()
772 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon()
799 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon()
[all …]
Dau1200fb.c368 .hfmax = 70000,
396 .hfmax = 70000,
423 .hfmax = 70000,
450 .hfmax = 70000,
477 .hfmax = 70000,
504 .hfmax = 70000,
531 .hfmax = 70000,
561 .hfmax = 20000,
591 .hfmax = 70000,
620 .hfmax = 70000,
Datafb.c1268 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1275 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1758 fb_info.monspecs.hfmax = 35715; in falcon_detect()
1766 fb_info.monspecs.hfmax = 15755; in falcon_detect()
2974 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
3124 fb_info.monspecs.hfmax = 32000; in atafb_probe()
Dpvr2fb.c863 fb_info->monspecs.hfmax = 70000; in pvr2fb_dc_init()
869 fb_info->monspecs.hfmax = 15781; in pvr2fb_dc_init()
Dhgafb.c577 info->monspecs.hfmax = 0; in hgafb_probe()
Duvesafb.c657 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid()
698 info->monspecs.hfmax = maxhf * 1000; in uvesafb_vbe_getmonspecs()
715 (int)(info->monspecs.hfmax / 1000), in uvesafb_vbe_getmonspecs()
Damba-clcd.c510 fb->fb.monspecs.hfmax = 100000; in clcdfb_register()
Dsa1100fb.c1071 .hfmax = 70000,
Di740fb.c708 if (info->monspecs.hfmax && info->monspecs.vfmax && in i740fb_check_var()
Damifb.c3656 info->monspecs.hfmax = amifb_hfmax; in amifb_probe()
3664 info->monspecs.hfmax = 38000; in amifb_probe()
Dtdfxfb.c471 if (info->monspecs.hfmax && info->monspecs.vfmax && in tdfxfb_check_var()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-osd.c323 dev->fb_info.monspecs.hfmax = 70000; in vivid_fb_init_vidmode()
/Linux-v5.4/drivers/video/fbdev/i810/
Di810_main.c1066 |(info->monspecs.hfmax-HFMAX) in i810_check_params()
1733 if (!info->monspecs.hfmax) in i810_init_monspecs()
1734 info->monspecs.hfmax = hsync2; in i810_init_monspecs()
2088 info->monspecs.hfmax/1000, info->monspecs.vfmin, in i810fb_init_pci()
/Linux-v5.4/include/linux/
Dfb.h76 __u32 hfmax; /* hfreq upper limit (Hz) */ member
/Linux-v5.4/drivers/media/pci/ivtv/
Divtvfb.c1061 oi->ivtvfb_info.monspecs.hfmax = 70000; in ivtvfb_init_vidmode()
/Linux-v5.4/drivers/video/fbdev/nvidia/
Dnvidia.c820 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in nvidiafb_check_var()
/Linux-v5.4/drivers/video/fbdev/riva/
Dfbdev.c1144 if (!info->monspecs.vfmax || !info->monspecs.hfmax || in rivafb_check_var()
/Linux-v5.4/drivers/video/fbdev/savage/
Dsavagefb_driver.c904 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in savagefb_check_var()
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1780 minfo->fbcon.monspecs.hfmax = fh; in initMatrox2()