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

From: Maxime Ripard
Date: Tue Jan 14 2025 - 13:11:31 EST


On Mon, 13 Jan 2025 15:36:18 +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.
>
> Ensure the operation is done only for connectors having the status
> connected or unknown. Additionally, perform an explicit reset of the
> connector information when dealing with a disconnected status.
>
> [...]

Applied to misc/kernel.git (drm-misc-next-fixes).

Thanks!
Maxime