| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.h | 286 M_T_BUILTIN, /* mode type */ 331 M_T_BUILTIN, /* mode type */ 372 M_T_BUILTIN, /* mode type */ 413 M_T_BUILTIN, /* mode type */ 453 M_T_BUILTIN, /* mode type */ 498 M_T_BUILTIN, /* mode type */ 540 M_T_BUILTIN, /* mode type */ 596 M_T_BUILTIN, /* mode type */ 637 M_T_BUILTIN, /* mode type */
|
| H A D | initextx.c | 119 if((!(mode->type & M_T_BUILTIN)) && (mode->HDisplay <= 512)) { 185 * modes derived from DDC or database data are M_T_BUILTIN 409 current->type = M_T_BUILTIN; 493 current->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 137 # define M_T_BUILTIN 0x01 /* built-in mode */ macro 138 # define M_T_CLOCK_C (0x02 | M_T_BUILTIN) /* built-in mode - configure clock */ 139 # define M_T_CRTC_C (0x04 | M_T_BUILTIN) /* built-in mode - configure CRTC */
|
| H A D | xf86Mode.c | 101 if (p->type & M_T_BUILTIN) 469 M_T_BUILTIN | M_T_PREFERRED, 470 M_T_BUILTIN, 519 if (p->type & M_T_BUILTIN) { 1858 M_T_BUILTIN | M_T_PREFERRED, 1859 M_T_BUILTIN, 2094 if (p->type & M_T_BUILTIN)
|
| H A D | xf86sbusBus.c | 563 mode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 92 #define M_T_BUILTIN 0x01 /* built-in mode */ macro 93 #define M_T_CLOCK_C (0x02 | M_T_BUILTIN) /* built-in mode - configure clock */ 94 #define M_T_CRTC_C (0x04 | M_T_BUILTIN) /* built-in mode - configure CRTC */
|
| H A D | xf86Mode.c | 102 if (p->type & M_T_BUILTIN) 473 M_T_BUILTIN | M_T_PREFERRED, 474 M_T_BUILTIN, 526 if (p->type & M_T_BUILTIN) { 1849 M_T_BUILTIN | M_T_PREFERRED, 1850 M_T_BUILTIN, 2086 if (p->type & M_T_BUILTIN)
|
| H A D | xf86sbusBus.c | 596 mode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | ativalid.c | 91 if (!pATI->OptionLCDSync || (pMode->type & M_T_BUILTIN))
|
| H A D | atipreinit.c | 535 int ModeType = M_T_BUILTIN; 2328 if (ModeType == M_T_BUILTIN) 2336 pMode->type = M_T_BUILTIN;
|
| H A D | atimach64.c | 603 (!pATI->OptionLCDSync || (pMode->type & M_T_BUILTIN)))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 147 if ((p == NULL) || ((p->type & M_T_CRTC_C) == M_T_BUILTIN)) 332 M_T_DEFAULT, M_T_PREFERRED, M_T_BUILTIN 631 if (mode->type & M_T_BUILTIN)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 148 if ((p == NULL) || ((p->type & M_T_CRTC_C) == M_T_BUILTIN)) 562 if (mode->type & M_T_BUILTIN)
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | getmode.c | 83 m->type = M_T_BUILTIN;
|
| H A D | vboxvideo.c | 513 pMode->type = isUserDef ? M_T_USERDEF : M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbeModes.c | 251 pMode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbeModes.c | 246 pMode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 448 mode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_driver.c | 861 custom = !(pMode->type & (M_T_BUILTIN | M_T_DEFAULT)); 1490 custom = (pMode->type & (M_T_BUILTIN | M_T_DEFAULT));
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 526 mode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 480 mode->type = M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 406 fPtr->buildin.type |= M_T_BUILTIN;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 420 fPtr->buildin.type |= M_T_BUILTIN;
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_driver.c | 195 M_T_BUILTIN, /* mode type */ 236 M_T_BUILTIN, /* mode type */
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| H A D | vesa.c | 376 * M_T_BUILTIN), then we know we can't do it. 378 if (!(p->type & M_T_BUILTIN))
|