[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240926092931.3870342-1-treapking@chromium.org>
Date: Thu, 26 Sep 2024 17:29:07 +0800
From: Pin-yen Lin <treapking@...omium.org>
To: Xin Ji <xji@...logixsemi.com>,
Andrzej Hajda <andrzej.hajda@...el.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Robert Foss <rfoss@...nel.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Jonas Karlman <jonas@...boo.se>,
Jernej Skrabec <jernej.skrabec@...il.com>
Cc: linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
Douglas Anderson <dianders@...omium.org>,
Pin-yen Lin <treapking@...omium.org>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH v2 0/2] Drop EDID cache for it6505/anx7625 when the bridge is powered off
This mainly fixes the use case when the user changes the external monitor
when the system is suspended. Without this series, both of the bridges
will skip the EDID read and returned the cached one after resume.
Apart from that, we also observed a DP-to-HDMI bridge expects an EDID read
after it's powered on. This patch also works around the problem by always
triggering the EDID read after the system resume.
Changes in v2:
- Only drop the EDID cache for anx7625 when it's not in eDP mode
- Collect review tags
Pin-yen Lin (2):
drm/bridge: anx7625: Drop EDID cache on bridge power off
drm/bridge: it6505: Drop EDID cache on bridge power off
drivers/gpu/drm/bridge/analogix/anx7625.c | 2 ++
drivers/gpu/drm/bridge/ite-it6505.c | 2 ++
2 files changed, 4 insertions(+)
--
2.46.0.792.g87dc391469-goog
Powered by blists - more mailing lists