/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmon.c | 706 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() 1308 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local 1320 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode() 1322 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode() 1325 hfmin = 29000; hfmax = 30000; in fb_get_mode() 1330 hfmax = info->monspecs.hfmax; in fb_get_mode() 1350 timings->hfreq = hfmax; in fb_get_mode() [all …]
|
D | modedb.c | 808 info->monspecs.hfmin && info->monspecs.hfmax && in fb_find_mode()
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | evklcd10x.c | 55 .hfmax = 31478, 93 .hfmax = 31478, 131 .hfmax = 21600,
|
D | mrmt.c | 81 .hfmax = 17638, 124 .hfmax = 17638,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.c | 64 .hfmax = 15781, 69 .hfmax = 99999, 74 .hfmax = 58608, 79 .hfmax = 70000, 84 .hfmax = 70000, 89 .hfmax = 70000, 435 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing() 773 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 775 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon() 802 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon() [all …]
|
D | au1200fb.c | 366 .hfmax = 70000, 394 .hfmax = 70000, 421 .hfmax = 70000, 448 .hfmax = 70000, 475 .hfmax = 70000, 502 .hfmax = 70000, 529 .hfmax = 70000, 559 .hfmax = 20000, 589 .hfmax = 70000, 618 .hfmax = 70000,
|
D | atafb.c | 1292 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var() 1299 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var() 1782 fb_info.monspecs.hfmax = 35715; in falcon_detect() 1790 fb_info.monspecs.hfmax = 15755; in falcon_detect() 2998 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap() 3153 fb_info.monspecs.hfmax = 32000; in atafb_init()
|
D | pvr2fb.c | 859 fb_info->monspecs.hfmax = 70000; in pvr2fb_dc_init() 865 fb_info->monspecs.hfmax = 15781; in pvr2fb_dc_init()
|
D | hgafb.c | 575 info->monspecs.hfmax = 0; in hgafb_probe()
|
D | uvesafb.c | 665 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid() 706 info->monspecs.hfmax = maxhf * 1000; in uvesafb_vbe_getmonspecs() 724 (int)(info->monspecs.hfmax / 1000), in uvesafb_vbe_getmonspecs()
|
D | amba-clcd.c | 508 fb->fb.monspecs.hfmax = 100000; in clcdfb_register()
|
D | sa1100fb.c | 1123 .hfmax = 70000,
|
D | i740fb.c | 708 if (info->monspecs.hfmax && info->monspecs.vfmax && in i740fb_check_var()
|
D | amifb.c | 3660 info->monspecs.hfmax = amifb_hfmax; in amifb_probe() 3668 info->monspecs.hfmax = 38000; in amifb_probe()
|
D | tdfxfb.c | 470 if (info->monspecs.hfmax && info->monspecs.vfmax && in tdfxfb_check_var()
|
/linux-4.4.14/arch/avr32/boards/merisc/ |
D | display.c | 42 .hfmax = 33333,
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | setup.c | 52 .hfmax = 22230,
|
/linux-4.4.14/arch/avr32/boards/hammerhead/ |
D | setup.c | 74 .hfmax = 22350,
|
/linux-4.4.14/arch/avr32/boards/mimc200/ |
D | setup.c | 68 .hfmax = 22230,
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | setup.c | 127 .hfmax = 31111,
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-osd.c | 335 dev->fb_info.monspecs.hfmax = 70000; in vivid_fb_init_vidmode()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 1066 |(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-4.4.14/include/linux/ |
D | fb.h | 75 __u32 hfmax; /* hfreq upper limit (Hz) */ member
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 1076 oi->ivtvfb_info.monspecs.hfmax = 70000; in ivtvfb_init_vidmode()
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 820 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in nvidiafb_check_var()
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | fbdev.c | 1144 if (!info->monspecs.vfmax || !info->monspecs.hfmax || in rivafb_check_var()
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 904 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in savagefb_check_var()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1779 minfo->fbcon.monspecs.hfmax = fh; in initMatrox2()
|