On (24/11/14 17:53), Jani Nikula wrote: > > Ville, we handle intel_ddi_init_dp_connector() failures but not > > intel_ddi_init_hdmi_connector() failures. Do you recall if there's a > > reason for that? Something like a dual-mode port where DP works but HDMI > > gets rejected because of bogus VBT info? > > > > My gut feeling is to propagate errors from intel_hdmi_init_connector() > > and handle them properly in g4x_hdmi_init() and > > intel_ddi_init_hdmi_connector(). > > > > Of course, we have cases where hdmi is just not initialized on DDI, and > > those should be handled. But I don't think hdmi->attached_connector != > > NULL is really the right check for that. > > I'm hoping [1] would solve the issue. Hi Jani, I'll reply in that new thread.