Searched refs:M_T_DRIVER (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwaremodes.c45 #ifndef M_T_DRIVER
46 # define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */ macro
49 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_panel.c49 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
141 mode->type = M_T_DRIVER | M_T_PREFERRED;
H A Dgeode_dcon.c137 pGeode->panelMode->type = M_T_DRIVER | M_T_PREFERRED;
H A Dlx_output.c185 if (pMode->type & (M_T_DRIVER | M_T_PREFERRED))
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c95 new->type = M_T_DRIVER | M_T_PREFERRED;
115 new->type = M_T_DRIVER;
170 new->type = M_T_DRIVER | M_T_PREFERRED;
184 new->type = M_T_DRIVER | M_T_PREFERRED;
241 new->type = M_T_DRIVER;
472 new->type = M_T_DRIVER;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86DisplayIDModes.c90 m->type = M_T_DRIVER;
123 mode->status = M_T_DRIVER;
167 m->type = M_T_DRIVER;
H A Dxf86Crtc.h40 #ifndef M_T_DRIVER
41 #define M_T_DRIVER 0x40 macro
H A Dxf86EdidModes.c288 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
513 Mode->type = M_T_DRIVER;
599 Mode->type = M_T_DRIVER;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c105 else if (p->type & M_T_DRIVER)
473 M_T_DRIVER | M_T_PREFERRED,
474 M_T_DRIVER,
757 if (!monitor->reducedblanking && !(mode->type & M_T_DRIVER))
1117 if (mode->type & (M_T_DRIVER | M_T_PREFERRED)) {
1141 /* find the largest M_T_DRIVER mode with that aspect ratio */
1144 if (!(mode->type & (M_T_DRIVER|M_T_USERDEF)))
1860 M_T_DRIVER | M_T_PREFERRED,
1861 M_T_DRIVER,
2098 else if (p->type & M_T_DRIVER)
[all...]
H A Dxf86str.h145 # define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */ macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c106 else if (p->type & M_T_DRIVER)
477 M_T_DRIVER | M_T_PREFERRED,
478 M_T_DRIVER,
768 if (!monitor->reducedblanking && !(mode->type & M_T_DRIVER))
1117 if (mode->type & (M_T_DRIVER | M_T_PREFERRED)) {
1141 /* find the largest M_T_DRIVER mode with that aspect ratio */
1145 if (!(mode->type & (M_T_DRIVER | M_T_USERDEF)))
1851 M_T_DRIVER | M_T_PREFERRED,
1852 M_T_DRIVER,
2090 else if (p->type & M_T_DRIVER)
[all...]
H A Dxf86str.h100 #define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */ macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h38 #ifndef M_T_DRIVER
39 #define M_T_DRIVER 0x40 macro
H A Dxf86EdidModes.c274 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
516 Mode->type = M_T_DRIVER;
601 Mode->type = M_T_DRIVER;
H A Dxf86Modes.c331 M_T_USERPREF, M_T_DRIVER, M_T_USERDEF,
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_ums_mode.c447 M_T_DRIVER | preferred_flag);
H A Dqxl_drmmode.c73 mode->type = M_T_DRIVER;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_sor.c460 mode->type = M_T_DRIVER | M_T_PREFERRED;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_output.c391 if (mode->type & (M_T_DRIVER | M_T_PREFERRED)) {
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_fp.c81 #define MODEPREFIX(name) NULL, NULL, name, 0, M_T_DRIVER | M_T_DEFAULT
1380 pDisplay_Mode->type = M_T_DRIVER | M_T_PREFERRED;
H A Dvia_kms.c112 mode->type = M_T_DRIVER;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c1352 .type = M_T_DRIVER
1558 mode_ptr->type = M_T_DRIVER;
H A Di830_sdvo.c1640 modes->type |= (M_T_DRIVER | M_T_PREFERRED);
1917 mode->type = M_T_DRIVER;
H A Ddrmmode_display.c259 mode->type = M_T_DRIVER;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c341 mode->type |= M_T_DRIVER;

Completed in 52 milliseconds

12