Searched refs:mon_vrefresh (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DMonitor.c506 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = val.realnum;
510 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
511 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
515 (float)val.realnum < ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo)
517 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = val.realnum;
526 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
527 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
693 ptr->mon_vrefresh[i].lo,
694 ptr->mon_vrefresh[i].hi);
H A Dxf86Parser.h212 parser_range mon_vrefresh[CONF_MAX_VREFRESH]; member in struct:__anond430d9490b08
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DMonitor.c497 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = xf86_lex_val.realnum;
500 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
501 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
506 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo)
508 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = xf86_lex_val.realnum;
517 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
518 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
675 ptr->mon_vrefresh[i].lo, ptr->mon_vrefresh[i].hi);
H A Dxf86Parser.h190 parser_range mon_vrefresh[CONF_MAX_VREFRESH]; member in struct:__anon01ede9dc0b08
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c472 ptr->mon_vrefresh[ptr->mon_n_hsync].lo =
474 ptr->mon_vrefresh[ptr->mon_n_hsync].hi =
H A Dxf86Config.c1973 monitorp->vrefresh[count].hi = conf_monitor->mon_vrefresh[count].hi;
1974 monitorp->vrefresh[count].lo = conf_monitor->mon_vrefresh[count].lo;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c483 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v;
484 ptr->mon_vrefresh[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_v;
H A Dxf86Config.c1916 monitorp->vrefresh[count].hi = conf_monitor->mon_vrefresh[count].hi;
1917 monitorp->vrefresh[count].lo = conf_monitor->mon_vrefresh[count].lo;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1606 mon_rec.vrefresh[mon_rec.nVrefresh].lo = conf_monitor->mon_vrefresh[i].lo;
1607 mon_rec.vrefresh[mon_rec.nVrefresh].hi = conf_monitor->mon_vrefresh[i].hi;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1711 conf_monitor->mon_vrefresh[i].lo;
1713 conf_monitor->mon_vrefresh[i].hi;

Completed in 25 milliseconds