Searched refs:hmax (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/video/sis/ |
D | sis.h | 344 u16 hmax; member
|
D | sis_main.c | 413 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid() 430 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid() 437 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid() 459 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1; in sisfb_interpret_edid() 468 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid() 514 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc() 549 if(hsync > (monitor->hmax + 1)) return FALSE; in sisfb_verify_rate()
|
/linux-2.4.37.9/drivers/video/ |
D | atafb.c | 3086 int vmin, vmax, hmin, hmax; in atafb_setup() local 3102 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup() 3103 if (hmax <= 0 || hmax <= hmin) goto cap_invalid; in atafb_setup() 3108 fb_info.monspecs.hfmax = hmax; in atafb_setup()
|
D | amifb.c | 1219 int vmin, vmax, hmin, hmax; in amifb_setup() local 1243 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup() 1244 if (hmax <= 0 || hmax <= hmin) in amifb_setup() 1250 fb_info.monspecs.hfmax = hmax; in amifb_setup()
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 497 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax> 504 your monitor can work with, in Hz. <hmin> and <hmax> are the same for 769 Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax> 775 your monitor can work with, in Hz. <hmin> and <hmax> are the same for
|