Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Cristian Ciocaltea
On 1/13/25 2:06 PM, Dmitry Baryshkov wrote: > On Mon, 13 Jan 2025 at 14:00, Cristian Ciocaltea > wrote: >> >> Hi Maxime, >> >> On 1/13/25 11:35 AM, Maxime Ripard wrote: >>> On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: The recently introduced hotplug event handler in the

Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Dmitry Baryshkov
On Mon, 13 Jan 2025 at 14:00, Cristian Ciocaltea wrote: > > Hi Maxime, > > On 1/13/25 11:35 AM, Maxime Ripard wrote: > > On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: > >> The recently introduced hotplug event handler in the HDMI Connector > >> framework attempts to unconditi

Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Cristian Ciocaltea
Hi Maxime, On 1/13/25 11:35 AM, Maxime Ripard wrote: > On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: >> The recently introduced hotplug event handler in the HDMI Connector >> framework attempts to unconditionally read the EDID data, leading to a >> bunch of non-harmful, yet q

Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Cristian Ciocaltea
Hi Dmitry, On 1/13/25 11:16 AM, Dmitry Baryshkov wrote: > On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: >> The recently introduced hotplug event handler in the HDMI Connector >> framework attempts to unconditionally read the EDID data, leading to a >> bunch of non-harmful, ye

Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Maxime Ripard
On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: > The recently introduced hotplug event handler in the HDMI Connector > framework attempts to unconditionally read the EDID data, leading to a > bunch of non-harmful, yet quite annoying DDC/I2C related errors being > reported. > >

Re: [PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-13 Thread Dmitry Baryshkov
On Sat, Jan 11, 2025 at 12:04:09AM +0200, Cristian Ciocaltea wrote: > The recently introduced hotplug event handler in the HDMI Connector > framework attempts to unconditionally read the EDID data, leading to a > bunch of non-harmful, yet quite annoying DDC/I2C related errors being > reported. > >

[PATCH] drm/display: hdmi: Do not read EDID on disconnected connectors

2025-01-10 Thread Cristian Ciocaltea
The recently introduced hotplug event handler in the HDMI Connector framework attempts to unconditionally read the EDID data, leading to a bunch of non-harmful, yet quite annoying DDC/I2C related errors being reported. Ensure the operation is performed only for connectors having the status connect