Searched refs:M_T_DRIVER (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 106 else if (p->type & M_T_DRIVER) in printModeRejectMessage() 477 M_T_DRIVER | M_T_PREFERRED, in xf86LookupMode() 478 M_T_DRIVER, in xf86LookupMode() 766 if (!monitor->reducedblanking && !(mode->type & M_T_DRIVER)) in xf86CheckModeForMonitor() 1115 if (mode->type & (M_T_DRIVER | M_T_PREFERRED)) { in inferVirtualSize() 1143 if (!(mode->type & (M_T_DRIVER | M_T_USERDEF))) in inferVirtualSize() 1849 M_T_DRIVER | M_T_PREFERRED, in xf86ValidateModes() 1850 M_T_DRIVER, in xf86ValidateModes() 2088 else if (p->type & M_T_DRIVER) in xf86PrintModes()
|
| H A D | xf86str.h | 100 #define M_T_DRIVER 0x40 /* Supplied by the driver (EDID, etc) */ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.h | 38 #ifndef M_T_DRIVER 39 #define M_T_DRIVER 0x40 macro
|
| H A D | xf86EdidModes.c | 274 #define MODEPREFIX NULL, NULL, NULL, 0, M_T_DRIVER 516 Mode->type = M_T_DRIVER; in DDCModesFromStandardTiming() 601 Mode->type = M_T_DRIVER; in DDCModeFromDetailedTiming()
|
| H A D | xf86Modes.c | 330 M_T_USERPREF, M_T_DRIVER, M_T_USERDEF, in xf86PrintModeline()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 1576 mode->type = M_T_DRIVER; in drmmode_ConvertFromKMode()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 174101 Per #5386, M_T_EDID -> M_T_DRIVER, since it's really for any driver-detected
|