ddc: Give DisplayID a place to hang its hat

This commit is contained in:
Adam Jackson 2009-06-08 15:34:42 -04:00
parent ace0fe09ae
commit 8eb82168fc

View File

@ -538,8 +538,15 @@ struct detailed_monitor_section {
}; };
/* flags */ /* flags */
#define EDID_COMPLETE_RAWDATA 0x1 #define MONITOR_EDID_COMPLETE_RAWDATA 0x01
/* old, don't use */
#define EDID_COMPLETE_RAWDATA 0x01
#define MONITOR_DISPLAYID 0x02
/*
* For DisplayID devices, only the scrnIndex, flags, and rawData fields
* are meaningful. For EDID, they all are.
*/
typedef struct { typedef struct {
int scrnIndex; int scrnIndex;
struct vendor vendor; struct vendor vendor;