Searched defs:chamelium_edid (Results 1 – 1 of 1) sorted by relevance
85 struct chamelium_edid { struct86 struct chamelium *chamelium;87 struct edid *base;88 struct edid *raw[CHAMELIUM_MAX_PORTS];89 int ids[CHAMELIUM_MAX_PORTS];90 struct igt_list link;593 struct chamelium_edid *chamelium_edid; in chamelium_new_edid() local