| /xsrc/external/mit/xf86-video-geode/dist/src/panel/ |
| H A D | pnl_bios.c | 152 * yres: height of the panel configured 158 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument 170 *yres = 480; 174 *yres = 600; 178 *yres = 768; 182 *yres = 864; 186 *yres = 1024; 190 *yres = 1200; 252 *yres = 480; 256 *yres [all...] |
| H A D | panel.h | 62 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
|
| H A D | gx2_9211.c | 275 (FPModeParams[mode].yres == pstat->YRes) &&
|
| H A D | 92xx.h | 120 int yres; member in struct:__anon04cda0700108
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/panel/ |
| H A D | pnl_bios.c | 253 * yres: height of the panel configured 259 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument 271 *yres = 480; 275 *yres = 600; 279 *yres = 768; 283 *yres = 1024; 287 *yres = 1200; 345 *yres = 480; 349 *yres = 600; 353 *yres [all...] |
| H A D | panel.h | 173 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
|
| H A D | gx2_9211.c | 362 (FPModeParams[mode].yres == pstat->YRes) &&
|
| H A D | 92xx.h | 229 int yres; member in struct:__anon1782c7300108
|
| /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, int yres, 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, int yres, 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 | 198 unsigned short yres; 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, int yres, 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_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) 392 (DisplayParams[mode].vactive == (unsigned short) yres) && 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); 1618 (FixedParams[mode].yres == height) && 1654 (FixedParams[mode].yres == height) && 1747 gu2_mode_frequency_supported(int xres, int yres, int bpp, argument 1751 gfx_mode_frequency_supported(int xres, int yres, 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 | 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) 580 (DisplayParams[mode].vactive == (unsigned short) yres) && 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); 1506 (FixedParams[mode].yres == height) && 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, int *yres, int *hz) 1636 *yres 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 | 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, int yres, 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, int yres, in [all...] |
| H A D | gfx_mode.h | 166 unsigned short yres; 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 854 if(prefy) SiS_Pr->CP_PreferredY = yres = prefy; 864 if(!yres) SiS_Pr->CP_PreferredY = yres = buffer[0x3b] | ((buffer[0x3d] & 0xf0) << 4); 868 if(yres == 768) { 874 if(yres == 1024) { 877 } else if(yres == 960) { 879 } else if(yres == 768) { 887 } else if(yres == 800) { 897 if(yres [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 131 var->yres, var->lower_margin, var->vsync_len, var->upper_margin, 172 var->yres = mode->VDisplay; 175 if (var->yres_virtual < var->yres) 176 var->yres_virtual = var->yres; 211 set->xres == req->xres && set->yres == req->yres && 229 mode->VDisplay = var->yres; 806 y < 0 || y + fPtr->var.yres > fPtr->var.yres_virtual )
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 130 var->yres, var->lower_margin, var->vsync_len, var->upper_margin, 172 var->yres = mode->VDisplay; 175 if (var->yres_virtual < var->yres) 176 var->yres_virtual = var->yres; 211 set->xres == req->xres && set->yres == req->yres && 229 mode->VDisplay = var->yres; 822 y < 0 || y + fPtr->var.yres > fPtr->var.yres_virtual)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/ |
| H A D | fbdev.c | 128 var->yres = t->vertical; 168 screen->height = var.yres; 185 if ((screen->width != var.xres) || (screen->height != var.yres)) 193 if (k < 0 || (t->horizontal != var.xres || t->vertical != var.yres)) 346 screen->height = priv->var.yres; 376 pScreen->height = priv->var.yres; 382 pScreen->width = priv->var.yres;
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.h | 60 int xres, yres; member in struct:_FTNormalisedTransformation
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.h | 60 int xres, yres; member in struct:_FTNormalisedTransformation
|