EDID_flags
Declaration
typedef enum {
EDID_DPMSStandBy =
0x0001,
EDID_DPMSSuspend =
0x0002,
EDID_DPMSOff =
0x0004,
EDID_DPMSEnabled =
0x0007,
EDID_GTFEnabled =
0x0008,
EDID_DDC2AB =
0x0010,
EDID_Blank2Blank =
0x0020,
EDID_SyncSeparate =
0x0040,
EDID_SyncComposite =
0x0080,
EDID_SyncOnGreen =
0x0100,
EDID_NeedSerration =
0x0200,
EDID_PreferredTiming = 0x0400
} EDID_flags
Prototype In
snap/ddc.h
Description
This enumeration defines the values stored in the flags field of the EDID_record structure.
Members
EDID_DPMSStandBy |
The DPMS Standby state is supported |
EDID_DPMSSuspend |
The DPMS Suspend state is supported |
EDID_DPMSOff |
The DPMS Off state is supported |
EDID_DPMSEnabled |
Monitor supports DPMS Power Management |
EDID_GTFEnabled |
Monitor supports GTF timings |
EDID_DDC2AB |
Monitor supports DDC2AB interface |
EDID_Blank2Blank |
Monitor requires Blank-to-Blank setup |
EDID_SyncSeparate |
Monitor supports separate syncs |
EDID_SyncComposite |
Monitor supports composite syncs |
EDID_SyncOnGreen |
Monitor supports Sync on Green |
EDID_NeedSerration |
VSync serration is required |
EDID_PreferredTiming |
Detailed timing 1 is preferred timing for monitor |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com