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