Lines Matching refs:edid
877 struct edid *edid;
883 edid = drm_get_edid(connector, hdata->ddc_adpt);
884 if (!edid)
887 hdata->dvi_mode = !drm_detect_hdmi_monitor(edid);
890 edid->width_cm, edid->height_cm);
892 drm_connector_update_edid_property(connector, edid);
893 cec_notifier_set_phys_addr_from_edid(hdata->notifier, edid);
895 ret = drm_add_edid_modes(connector, edid);
897 kfree(edid);