| /xsrc/external/mit/libXres/dist/ |
| H A D | Makefile.am | 27 pkgconfig_DATA = xres.pc
|
| /xsrc/external/mit/xf86-video-geode/dist/src/panel/ |
| H A D | pnl_bios.c | 151 * xres: width of the panel configured 158 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument 169 *xres = 640; 173 *xres = 800; 177 *xres = 1024; 181 *xres = 1152; 185 *xres = 1280; 189 *xres = 1600; 251 *xres = 640; 255 *xres [all...] |
| H A D | panel.h | 62 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
|
| H A D | gx2_9211.c | 274 if ((FPModeParams[mode].xres == pstat->XRes) &&
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/panel/ |
| H A D | pnl_bios.c | 252 * xres: width of the panel configured 259 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument 270 *xres = 640; 274 *xres = 800; 278 *xres = 1024; 282 *xres = 1280; 286 *xres = 1600; 344 *xres = 640; 348 *xres = 800; 352 *xres [all...] |
| H A D | panel.h | 173 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
|
| H A D | gx2_9211.c | 361 if ((FPModeParams[mode].xres == pstat->XRes) &&
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | disp_gu1.c | 138 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz); 139 int gu1_set_display_mode(int xres, int yres, int bpp, int hz); 194 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz); 200 int gu1_mode_frequency_supported(int xres, int yres, int bpp, 202 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz, 204 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, 206 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz, 209 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz); 794 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 797 gfx_is_display_mode_supported(int xres, in 864 gu1_set_display_mode(int xres,int yres,int bpp,int hz) argument 1912 gu1_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument 1984 gu1_mode_frequency_supported(int xres,int yres,int bpp,unsigned long frequency) argument 2035 gu1_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 2101 gu1_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 2163 gu1_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 2237 gu1_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument [all...] |
| H A D | disp_gu2.c | 134 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz); 135 int gu2_set_display_mode(int xres, int yres, int bpp, int hz); 190 int gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz); 196 int gu2_mode_frequency_supported(int xres, int yres, int bpp, 198 int gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz, 200 int gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, 202 int gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz, 205 int gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz); 628 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 631 gfx_is_display_mode_supported(int xres, in 706 gu2_set_display_mode(int xres,int yres,int bpp,int hz) argument 2011 gu2_mode_frequency_supported(int xres,int yres,int bpp,unsigned long frequency) argument 2080 gu2_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 2165 gu2_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 2246 gu2_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 2336 gu2_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument 2410 gu2_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument [all...] |
| H A D | gfx_mode.h | 197 unsigned short xres; member in struct:tagFIXEDTIMINGS
|
| H A D | gfx_disp.c | 667 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 673 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz); 677 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz); 687 gfx_set_display_mode(int xres, int yres, int bpp, int hz) argument 693 retval = gu1_set_display_mode(xres, yres, bpp, hz); 697 retval = gu2_set_display_mode(xres, yres, bpp, hz); 1383 gfx_mode_frequency_supported(int xres, int yres, int bpp, argument 1390 freq = gu1_mode_frequency_supported(xres, yres, bpp, frequency); 1394 freq = gu2_mode_frequency_supported(xres, yres, bpp, frequency); 1404 gfx_get_refreshrate_from_frequency(int xres, in argument 1424 gfx_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1444 gfx_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 1553 gfx_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument 1574 gfx_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument [all...] |
| H A D | gfx_rtns.h | 240 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz); 241 int gfx_set_display_mode(int xres, int yres, int bpp, int hz); 304 int gfx_get_display_details(unsigned int mode, int *xres, int *yres, 311 int gfx_mode_frequency_supported(int xres, int yres, int bpp, 313 int gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, 315 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, 317 int gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz, 320 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz); 721 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | disp_gu1.c | 536 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 539 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) 572 if (gfx_cpu_version != GFX_CPU_PYRAMID && xres > 1024) { 579 if ((DisplayParams[mode].hactive == (unsigned short) xres) && 601 gu1_set_display_mode(int xres, int yres, int bpp, int hz) argument 604 gfx_set_display_mode(int xres, int yres, int bpp, int hz) 614 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz); 1505 if ((FixedParams[mode].xres == width) && 1615 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz) argument 1618 gfx_get_display_details(unsigned int mode, int *xres, in 1687 gu1_mode_frequency_supported(int xres,int yres,int bpp,unsigned long frequency) argument 1739 gu1_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1804 gu1_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1867 gu1_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 1943 gu1_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument [all...] |
| H A D | disp_gu2.c | 376 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 379 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) 391 if ((DisplayParams[mode].hactive == (unsigned short) xres) && 418 gu2_set_display_mode(int xres, int yres, int bpp, int hz) argument 421 gfx_set_display_mode(int xres, int yres, int bpp, int hz) 432 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz); 1617 if ((FixedParams[mode].xres == width) && 1653 if ((FixedParams[mode].xres == width) && 1747 gu2_mode_frequency_supported(int xres, int yres, int bpp, argument 1751 gfx_mode_frequency_supported(int xres, in 1801 gu2_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1868 gu2_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1933 gu2_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 1993 gu2_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument 2051 gu2_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument [all...] |
| H A D | gfx_disp.c | 906 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument 912 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz); 916 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz); 926 gfx_set_display_mode(int xres, int yres, int bpp, int hz) argument 932 retval = gu1_set_display_mode(xres, yres, bpp, hz); 936 retval = gu2_set_display_mode(xres, yres, bpp, hz); 1642 gfx_mode_frequency_supported(int xres, int yres, int bpp, argument 1649 freq = gu1_mode_frequency_supported(xres, yres, bpp, frequency); 1653 freq = gu2_mode_frequency_supported(xres, yres, bpp, frequency); 1663 gfx_get_refreshrate_from_frequency(int xres, in argument 1683 gfx_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument 1703 gfx_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument 1810 gfx_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument 1831 gfx_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument [all...] |
| H A D | gfx_priv.h | 131 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz); 132 int gu1_set_display_mode(int xres, int yres, int bpp, int hz); 171 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz); 174 int gu1_mode_frequency_supported(int xres, int yres, int bpp, 176 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz, 178 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, 180 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz, 183 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz); 272 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz); 273 int gu2_set_display_mode(int xres, in [all...] |
| H A D | gfx_mode.h | 165 unsigned short xres; member in struct:tagFIXEDTIMINGS
|
| H A D | gfx_rtns.h | 139 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz); 140 int gfx_set_display_mode(int xres, int yres, int bpp, int hz); 203 int gfx_get_display_details(unsigned int mode, int *xres, int *yres, 210 int gfx_mode_frequency_supported(int xres, int yres, int bpp, 212 int gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, 214 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, 216 int gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, 219 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz); 620 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | initextx.c | 741 unsigned short DDCdatatype, paneltype, adapternum, flag, xres=0, yres=0; local in function:SiS_SenseLCDDDC 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)); 1018 SiS_Pr->CP_HTotal[i] = xres + (buffer[base+3] | ((buffer[base+4] & 0x0f) << 8)); 1019 SiS_Pr->CP_HBlankStart[i] = xres [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | Makefile.am | 53 RES_SRCS = xres.c
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | Makefile.am | 38 RES_SRCS = xres.c
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | init.c | 485 USHORT xres, temp, colordepth, infoflag; local in function:XGI_New_GetOffset 488 xres = XGI_Pr->RefIndex[RefreshRateTableIndex].XRes; 492 temp = xres / 16; 495 if(xres % 16) { 655 USHORT resindex = 0,xres; local in function:XGI_New_SetCRT1ModeRegs 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;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 130 var->xres, var->right_margin, var->hsync_len, var->left_margin, 171 var->xres = mode->HDisplay; 173 if (var->xres_virtual < var->xres) 174 var->xres_virtual = var->xres; 211 set->xres == req->xres && set->yres == req->yres && 225 mode->HDisplay = var->xres; 805 if ( x < 0 || x + fPtr->var.xres > fPtr->var.xres_virtual ||
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 129 var->xres, var->right_margin, var->hsync_len, var->left_margin, 171 var->xres = mode->HDisplay; 173 if (var->xres_virtual < var->xres) 174 var->xres_virtual = var->xres; 211 set->xres == req->xres && set->yres == req->yres && 225 mode->HDisplay = var->xres; 821 if (x < 0 || x + fPtr->var.xres > fPtr->var.xres_virtual ||
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/ |
| H A D | fbdev.c | 127 var->xres = t->horizontal; 167 screen->width = var.xres; 185 if ((screen->width != var.xres) || (screen->height != var.yres)) 193 if (k < 0 || (t->horizontal != var.xres || t->vertical != var.yres)) 345 screen->width = priv->var.xres; 375 pScreen->width = priv->var.xres; 383 pScreen->height = priv->var.xres;
|