mbox series

[0/2] Drop EDID cache for it6505/anx7625 when the bridge is powered off

Message ID 20240924035231.1163670-1-treapking@chromium.org (mailing list archive)
Headers show
Series Drop EDID cache for it6505/anx7625 when the bridge is powered off | expand

Message

Pin-yen Lin Sept. 24, 2024, 3:51 a.m. UTC
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.


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 | 1 +
 drivers/gpu/drm/bridge/ite-it6505.c       | 2 ++
 2 files changed, 3 insertions(+)