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.c616 unsigned char edid_features; in show_edid() local
645 edid_features = edid_data[EDID_FEATURES]; in show_edid()
647 (edid_features & 0x80) ? "standby" : "", in show_edid()
648 (edid_features & 0x40) ? "suspend" : "", in show_edid()
649 (edid_features & 0x20) ? "active-off" : "", in show_edid()
650 (edid_features & 0x18) ? "colour" : "monochrome", in show_edid()
651 (edid_features & 0x04) ? "std-cspace" : "non-std-cspace", in show_edid()
652 (edid_features & 0x02) ? "preferred-timing" : "", in show_edid()
653 (edid_features & 0x01) ? "default-GTF" : ""); in show_edid()