Lines Matching defs:edid
395 if (of_to_dataprop(dict, node, "EDID", "EDID")) {
396 aprint_debug("found EDID property...\n");
397 } else if (of_to_dataprop(dict, node, "EDID,A", "EDID")) {
398 aprint_debug("found EDID,A\n");
399 } else if (of_to_dataprop(dict, node, "EDID,B", "EDID")) {
403 aprint_debug("found EDID,B on nvidia - assuming digital output\n");
488 prop_data_t edid;
490 edid = prop_data_create_nocopy(edid_clamshell, sizeof(edid_clamshell));
491 prop_dictionary_set(dict, "EDID", edid);
492 prop_object_release(edid);
495 prop_data_t edid;
497 edid = prop_data_create_nocopy(edid_pismo, sizeof(edid_pismo));
498 prop_dictionary_set(dict, "EDID", edid);
499 prop_object_release(edid);