HomeSort by: relevance | last modified time | path
    Searched defs:HSync (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
displaymode.h 15 MODE_HSYNC, /* hsync out of range */
100 float HSync, VRefresh;
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_mode.c 1559 /* Screen: On; HSync: On, VSync: On */
1564 /* Screen: Off; HSync: Off, VSync: On */
1569 /* Screen: Off; HSync: On, VSync: Off */
1574 /* Screen: Off; HSync: Off, VSync: Off */
1613 * To get hsync off, program HSYNC_START > HTOTAL
1616 * HSYNC.ADJ = (HTOT - HSYNC.NORM) + HTOT + 7
1618 * To test for this state, test if HTOT + 3 < HSYNC
1633 CARD32 HSync, VSync, HTot, VTot, tmp;
1636 /* Code here to read the current values of HSync through VTot
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_driver.c 397 float VRefresh, HSync, DCLK;
668 case DPMSModeOn: /* HSync: On, VSync: On */
685 case DPMSModeSuspend: /* HSync: On, VSync: Off */
702 case DPMSModeStandby: /* HSync: Off, VSync: On */
719 case DPMSModeOff: /* HSync: Off, VSync: Off */
1977 establish_timing[j].HSync));
1979 if (range->loH > establish_timing[j].HSync) {
1980 range->loH = establish_timing[j].HSync;
1983 if (range->hiH < establish_timing[j].HSync) {
1984 range->hiH = establish_timing[j].HSync;
6506 float hsync, refresh = 0; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 94 MODE_HSYNC, /* hsync out of range */
193 float HSync, VRefresh;
217 range hsync[MAX_HSYNC]; member in struct:__anon10548
858 LOOKUP_OPTIONAL_TOLERANCES = 0x0200 /* Allow missing hsync/vrefresh */

Completed in 10 milliseconds