Home
last modified time | relevance | path

Searched refs:mon_n_vrefresh (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c493 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = xf86_lex_val.realnum; in xf86parseMonitorSection()
496 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = in xf86parseMonitorSection()
497 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo; in xf86parseMonitorSection()
502 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo) in xf86parseMonitorSection()
504 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = xf86_lex_val.realnum; in xf86parseMonitorSection()
507 ptr->mon_n_vrefresh++; in xf86parseMonitorSection()
513 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = in xf86parseMonitorSection()
514 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo; in xf86parseMonitorSection()
515 ptr->mon_n_vrefresh++; in xf86parseMonitorSection()
518 if (ptr->mon_n_vrefresh >= CONF_MAX_VREFRESH) in xf86parseMonitorSection()
[all …]
H A Dxf86Parser.h189 int mon_n_vrefresh; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c464 ptr->mon_n_vrefresh = 1; in handle_detailed_input()
H A Dxf86Config.c1861 count < conf_monitor->mon_n_vrefresh && count < MAX_VREFRESH; in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1697 for (i = 0; i < conf_monitor->mon_n_vrefresh; i++) { in xf86ProbeOutputModes()