Home
last modified time | relevance | path

Searched refs:edid_features (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/common/
Dedid_utils.c666 unsigned char edid_features; in show_edid() local
695 edid_features = edid_data[EDID_FEATURES]; in show_edid()
697 (edid_features & 0x80) ? "standby" : "", in show_edid()
698 (edid_features & 0x40) ? "suspend" : "", in show_edid()
699 (edid_features & 0x20) ? "active-off" : "", in show_edid()
700 (edid_features & 0x18) ? "colour" : "monochrome", in show_edid()
701 (edid_features & 0x04) ? "std-cspace" : "non-std-cspace", in show_edid()
702 (edid_features & 0x02) ? "preferred-timing" : "", in show_edid()
703 (edid_features & 0x01) ? "default-GTF" : ""); in show_edid()