/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmon.c | 708 specs->vfmax = V_MAX_RATE; in fb_get_monitor_limits() 760 if (specs->vfmax == 0 || specs->vfmax < hz) in fb_get_monitor_limits() 761 specs->vfmax = hz; in fb_get_monitor_limits() 771 specs->vfmax, specs->dclkmax/1000000); 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() 1323 info->monspecs.vfmax < info->monspecs.vfmin || in fb_get_mode() 1326 vfmin = 60; vfmax = 60; in fb_get_mode() 1332 vfmax = info->monspecs.vfmax; in fb_get_mode() 1352 if (timings->vfreq > vfmax) { in fb_get_mode() [all …]
|
D | modedb.c | 807 info->monspecs.vfmin && info->monspecs.vfmax && in fb_find_mode()
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | evklcd10x.c | 57 .vfmax = 67, 95 .vfmax = 67, 133 .vfmax = 90,
|
D | mrmt.c | 83 .vfmax = 61, 126 .vfmax = 61,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.c | 66 .vfmax = 51, 71 .vfmax = 199, 76 .vfmax = 64, 81 .vfmax = 60, 86 .vfmax = 75, 91 .vfmax = 60, 434 return (vs >= monspecs->vfmin && vs <= monspecs->vfmax && in acornfb_validate_timing() 782 fb_info.monspecs.vfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon() 784 fb_info.monspecs.vfmax = fb_info.monspecs.vfmin; in acornfb_parse_mon() 803 fb_info.monspecs.vfmax < fb_info.monspecs.vfmin) in acornfb_parse_mon() [all …]
|
D | au1200fb.c | 368 .vfmax = 60, 396 .vfmax = 60, 423 .vfmax = 60, 450 .vfmax = 60, 477 .vfmax = 60, 504 .vfmax = 60, 531 .vfmax = 60, 561 .vfmax = 81, 591 .vfmax = 60, 620 .vfmax = 60,
|
D | atafb.c | 1330 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var() 1344 fb_info.monspecs.vfmax; in falcon_decode_var() 1350 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var() 1355 fb_info.monspecs.vfmax; in falcon_decode_var() 1361 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var() 1366 fb_info.monspecs.vfmax; in falcon_decode_var() 1373 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var() 1780 fb_info.monspecs.vfmax = 72; in falcon_detect() 1788 fb_info.monspecs.vfmax = 60; in falcon_detect() 2996 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap() [all …]
|
D | pvr2fb.c | 861 fb_info->monspecs.vfmax = 60; in pvr2fb_dc_init() 867 fb_info->monspecs.vfmax = 51; in pvr2fb_dc_init()
|
D | hgafb.c | 577 info->monspecs.vfmax = 10000; in hgafb_probe()
|
D | uvesafb.c | 665 if (info->monspecs.vfmax && info->monspecs.hfmax) { in uvesafb_vbe_getedid() 704 info->monspecs.vfmax = maxvf; in uvesafb_vbe_getmonspecs() 723 "clk = %d MHz\n", info->monspecs.vfmax, in uvesafb_vbe_getmonspecs()
|
D | amba-clcd.c | 510 fb->fb.monspecs.vfmax = 400; in clcdfb_register()
|
D | sa1100fb.c | 1125 .vfmax = 65,
|
D | i740fb.c | 708 if (info->monspecs.hfmax && info->monspecs.vfmax && in i740fb_check_var()
|
D | amifb.c | 3662 info->monspecs.vfmax = amifb_vfmax; in amifb_probe() 3670 info->monspecs.vfmax = 90; 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 | 44 .vfmax = 90,
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | setup.c | 54 .vfmax = 90,
|
/linux-4.4.14/arch/avr32/boards/hammerhead/ |
D | setup.c | 76 .vfmax = 90,
|
/linux-4.4.14/arch/avr32/boards/mimc200/ |
D | setup.c | 70 .vfmax = 85,
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | setup.c | 129 .vfmax = 60,
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-osd.c | 337 dev->fb_info.monspecs.vfmax = 100; in vivid_fb_init_vidmode()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 1068 |(info->monspecs.vfmax-VFMAX); in i810_check_params() 1746 if (!info->monspecs.vfmax) in i810_init_monspecs() 1747 info->monspecs.vfmax = vsync2; in i810_init_monspecs() 2089 info->monspecs.vfmax, info->var.xres, in i810fb_init_pci()
|
/linux-4.4.14/include/linux/ |
D | fb.h | 82 __u16 vfmax; /* vfreq upper limit (Hz) */ member
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 1078 oi->ivtvfb_info.monspecs.vfmax = 100; 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 | 1781 minfo->fbcon.monspecs.vfmax = fv; in initMatrox2()
|