We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae68d8c + 9198050 commit 6bfbed5Copy full SHA for 6bfbed5
1 file changed
drivers/gpu/drm/bridge/lontium-lt9611uxc.c
@@ -174,6 +174,9 @@ static void lt9611uxc_hpd_work(struct work_struct *work)
174
connected = lt9611uxc->hdmi_connected;
175
mutex_unlock(<9611uxc->ocm_lock);
176
177
+ if (!connected)
178
+ lt9611uxc->edid_read = false;
179
+
180
drm_bridge_hpd_notify(<9611uxc->bridge,
181
connected ?
182
connector_status_connected :
0 commit comments