Home
last modified time | relevance | path

Searched refs:mon_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()
513 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = in xf86parseMonitorSection()
514 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo; in xf86parseMonitorSection()
669 ptr->mon_vrefresh[i].lo, ptr->mon_vrefresh[i].hi); in xf86printMonitorSection()
H A Dxf86Parser.h190 parser_range mon_vrefresh[CONF_MAX_VREFRESH]; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c465 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v; in handle_detailed_input()
466 ptr->mon_vrefresh[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_v; in handle_detailed_input()
H A Dxf86Config.c1863 monitorp->vrefresh[count].hi = conf_monitor->mon_vrefresh[count].hi; in configMonitor()
1864 monitorp->vrefresh[count].lo = conf_monitor->mon_vrefresh[count].lo; in configMonitor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1699 conf_monitor->mon_vrefresh[i].lo; in xf86ProbeOutputModes()
1701 conf_monitor->mon_vrefresh[i].hi; in xf86ProbeOutputModes()