HomeSort by: relevance | last modified time | path
    Searched refs:XRes (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/libXres/dist/man/
Makefile.am 27 XRes.man \
  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
pnl_defs.h 73 int XRes;
cen9211.c 193 if ((FPModeParams[mode].xres == pstat->XRes) &&
600 pParam->PanelStat.XRes = 800;
607 pParam->PanelStat.XRes = 640;
614 pParam->PanelStat.XRes = 1024;
621 pParam->PanelStat.XRes = 640;
628 pParam->PanelStat.XRes = 640;
635 pParam->PanelStat.XRes = 1024;
642 pParam->PanelStat.XRes = 640;
649 pParam->PanelStat.XRes = 800
    [all...]
dora9211.c 97 pParam->PanelStat.XRes = 800;
105 pParam->PanelStat.XRes = 640;
113 pParam->PanelStat.XRes = 1024;
128 pParam->PanelStat.XRes = 640;
135 pParam->PanelStat.XRes = 640;
142 pParam->PanelStat.XRes = 1024;
149 pParam->PanelStat.XRes = 640;
156 pParam->PanelStat.XRes = 800;
199 if ((FPModeParams[mode].xres == pstat->XRes) &
    [all...]
pnl_init.c 169 sPanelParam.PanelStat.XRes = pParam->PanelStat.XRes;
432 pParam->PanelStat.XRes = 0;
gx2_9211.c 274 if ((FPModeParams[mode].xres == pstat->XRes) &&
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
pnl_defs.h 184 int XRes;
cen9211.c 296 if ((FPModeParams[mode].xres == pstat->XRes) &&
702 pParam->PanelStat.XRes = 800;
709 pParam->PanelStat.XRes = 640;
716 pParam->PanelStat.XRes = 1024;
723 pParam->PanelStat.XRes = 640;
730 pParam->PanelStat.XRes = 640;
737 pParam->PanelStat.XRes = 1024;
744 pParam->PanelStat.XRes = 640;
751 pParam->PanelStat.XRes = 800
    [all...]
dora9211.c 205 pParam->PanelStat.XRes = 800;
213 pParam->PanelStat.XRes = 640;
221 pParam->PanelStat.XRes = 1024;
236 pParam->PanelStat.XRes = 640;
243 pParam->PanelStat.XRes = 640;
250 pParam->PanelStat.XRes = 1024;
257 pParam->PanelStat.XRes = 640;
264 pParam->PanelStat.XRes = 800;
307 if ((FPModeParams[mode].xres == pstat->XRes) &
    [all...]
pnl_init.c 268 sPanelParam.PanelStat.XRes = pParam->PanelStat.XRes;
517 pParam->PanelStat.XRes = 0;
gx2_9211.c 361 if ((FPModeParams[mode].xres == pstat->XRes) &&
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
res.c 37 #include <X11/extensions/XRes.h>
  /xsrc/external/mit/xf86-video-sis/dist/src/
vstruct.h 164 unsigned short XRes;
initextx.c 255 sprintf(current->name, "%hu%hu", pSiS->SiS_Pr->SiS_RefIndex[i].XRes,
288 pSiS->SiS_Pr->SiS_RefIndex[i].XRes,
741 unsigned short DDCdatatype, paneltype, adapternum, flag, xres=0, yres=0; local
853 if(prefx) SiS_Pr->CP_PreferredX = xres = prefx;
863 if(!xres) SiS_Pr->CP_PreferredX = xres = buffer[0x38] | ((buffer[0x3a] & 0xf0) << 4);
866 switch(xres) {
1012 xres = buffer[base+2] | ((buffer[base+4] & 0xf0) << 4);
1015 SiS_Pr->CP_HDisplay[i] = xres;
1016 SiS_Pr->CP_HSyncStart[i] = xres + (buffer[base+8] | ((buffer[base+11] & 0xc0) << 2))
    [all...]
init.c 1815 unsigned short xres, temp, colordepth, infoflag; local
1819 xres = SiS_Pr->CHDisplay;
1822 xres = SiS_Pr->SiS_RefIndex[RRTI].XRes;
1827 temp = xres / 16;
1830 if(xres % 16) temp += (colordepth >> 1);
4074 int xres, int yres,
4138 if(writeres) var->xres = xres = E * 8;
4214 if((xres == 320) && ((yres == 200) || (yres == 240)))
    [all...]
init301.c 2845 unsigned short xres, yres, modeflag=0, resindex; local
2848 xres = SiS_Pr->CHDisplay;
2849 if(SiS_Pr->CModeFlag & HalfDCLK) xres <<= 1;
2850 SiS_Pr->SiS_VGAHDE = SiS_Pr->SiS_HDE = xres;
2859 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal;
2862 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal;
2878 if(modeflag & HalfDCLK) xres <<= 1;
2918 if(xres == 720) xres = 640;
2920 } else if(xres == 720) xres = 640
5362 unsigned short temp, modeflag, i, j, xres=0, VGAVDE; local
    [all...]
  /xsrc/external/mit/libXres/dist/src/
XRes.c 14 #include <X11/extensions/XRes.h>
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_struct.h 146 USHORT XRes;
init.c 485 USHORT xres, temp, colordepth, infoflag; local
488 xres = XGI_Pr->RefIndex[RefreshRateTableIndex].XRes;
492 temp = xres / 16;
495 if(xres % 16) {
655 USHORT resindex = 0,xres; local
660 xres = XGI_Pr->ModeResInfo[resindex].HTotal;
663 xres = XGI_Pr->StResInfo[resindex].HTotal;
681 if(xres <= 800) data = 0x0020;
682 else if(xres <= 1024) data = 0x0035
    [all...]
vb_setmode.c 1536 if ( ( pVBInfo->RefIndex[ RefreshRateTableIndex ].XRes == 800 ) &&
1541 if ( ( pVBInfo->RefIndex[ RefreshRateTableIndex ].XRes == 1024 ) &&
1546 if ( ( pVBInfo->RefIndex[ RefreshRateTableIndex ].XRes == 1280 ) &&
1554 if ( ( pVBInfo->RefIndex[ RefreshRateTableIndex ].XRes == 1600 ) &&
2505 unsigned xres; local
2510 xres = pVBInfo->StResInfo[resindex].HTotal;
2517 xres = pVBInfo->ModeResInfo[resindex].HTotal;
2521 xres *= 2;
2527 *width = xres;
2763 USHORT data, data2, data3, infoflag = 0, modeflag, resindex, xres; local
3117 unsigned xres; local
4647 unsigned xres; local
5800 USHORT temp1, temp3, resindex, xres; local
7960 USHORT xres , local
8049 USHORT xres , local
8234 USHORT xres , local
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_galfns.c 506 * xres: It specifies x co-ordinate resolution.
513 Gal_is_display_mode_supported(int xres, int yres, int bpp, int hz,
521 sDisplayMode.wXres = xres;
539 * xres: It specifies x co-ordinate resolution.
546 Gal_set_display_mode(int xres, int yres, int bpp, int hz)
552 sDisplayMode.wXres = xres;
568 * xres: It specifies x co-ordinate resolution.
575 Gal_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
584 *xres = sDisplayMode.wXres;
763 * xres: It specifies x co-ordinate resolution
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 2123 --disable-xres Build XRes extension (default: enabled)
26849 # Check whether --enable-xres was given.
29597 # The XRes extension may support client ID tracking only if it has
29599 # supported if XRes extension is disabled.
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1919 --disable-xres Build XRes extension (default: enabled)
28297 # Check whether --enable-xres was given.
    [all...]

Completed in 45 milliseconds