HomeSort by: relevance | last modified time | path
    Searched refs:M_T_DRIVER (Results 1 - 25 of 38) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmwaremodes.c 45 #ifndef M_T_DRIVER
46 # define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */
49 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_panel.c 49 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
141 mode->type = M_T_DRIVER | M_T_PREFERRED;
geode_dcon.c 137 pGeode->panelMode->type = M_T_DRIVER | M_T_PREFERRED;
lx_output.c 185 if (pMode->type & (M_T_DRIVER | M_T_PREFERRED))
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 95 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/
xf86DisplayIDModes.c 90 m->type = M_T_DRIVER;
123 mode->status = M_T_DRIVER;
167 m->type = M_T_DRIVER;
xf86Crtc.h 40 #ifndef M_T_DRIVER
41 #define M_T_DRIVER 0x40
xf86EdidModes.c 288 #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/dist/hw/xfree86/common/
xf86Mode.c 106 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...]
xf86str.h 100 #define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Mode.c 105 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...]
xf86str.h 145 # define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h 38 #ifndef M_T_DRIVER
39 #define M_T_DRIVER 0x40
xf86EdidModes.c 274 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER
516 Mode->type = M_T_DRIVER;
601 Mode->type = M_T_DRIVER;
xf86Modes.c 331 M_T_USERPREF, M_T_DRIVER, M_T_USERDEF,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_ums_mode.c 447 M_T_DRIVER | preferred_flag);
qxl_drmmode.c 73 mode->type = M_T_DRIVER;
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_sor.c 460 mode->type = M_T_DRIVER | M_T_PREFERRED;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c 391 if (mode->type & (M_T_DRIVER | M_T_PREFERRED)) {
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_fp.c 81 #define MODEPREFIX(name) NULL, NULL, name, 0, M_T_DRIVER | M_T_DEFAULT
1380 pDisplay_Mode->type = M_T_DRIVER | M_T_PREFERRED;
via_kms.c 112 mode->type = M_T_DRIVER;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_tv.c 1352 .type = M_T_DRIVER
1558 mode_ptr->type = M_T_DRIVER;
i830_sdvo.c 1640 modes->type |= (M_T_DRIVER | M_T_PREFERRED);
1917 mode->type = M_T_DRIVER;
drmmode_display.c 259 mode->type = M_T_DRIVER;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_output.c 341 mode->type |= M_T_DRIVER;

Completed in 41 milliseconds

1 2