Searched refs:M_T_BUILTIN (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.h286 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 Dinitextx.c119 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 Dxf86str.h137 # 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 Dxf86Mode.c101 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 Dxf86sbusBus.c563 mode->type = M_T_BUILTIN;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h92 #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 Dxf86Mode.c102 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 Dxf86sbusBus.c596 mode->type = M_T_BUILTIN;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dativalid.c91 if (!pATI->OptionLCDSync || (pMode->type & M_T_BUILTIN))
H A Datipreinit.c535 int ModeType = M_T_BUILTIN;
2328 if (ModeType == M_T_BUILTIN)
2336 pMode->type = M_T_BUILTIN;
H A Datimach64.c603 (!pATI->OptionLCDSync || (pMode->type & M_T_BUILTIN)))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c147 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 Dxf86Modes.c148 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 Dgetmode.c83 m->type = M_T_BUILTIN;
H A Dvboxvideo.c513 pMode->type = isUserDef ? M_T_USERDEF : M_T_BUILTIN;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.c251 pMode->type = M_T_BUILTIN;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DvbeModes.c246 pMode->type = M_T_BUILTIN;
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c448 mode->type = M_T_BUILTIN;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_driver.c861 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 Digs_driver.c526 mode->type = M_T_BUILTIN;
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c480 mode->type = M_T_BUILTIN;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c406 fPtr->buildin.type |= M_T_BUILTIN;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c420 fPtr->buildin.type |= M_T_BUILTIN;
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_driver.c195 M_T_BUILTIN, /* mode type */
236 M_T_BUILTIN, /* mode type */
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c376 * M_T_BUILTIN), then we know we can't do it.
378 if (!(p->type & M_T_BUILTIN))

Completed in 65 milliseconds

12