Re: [PATCH v6 12/13] drm/ast: Implement polling for VGA and SIL164 connectors

2024-03-26 Thread Maxime Ripard
On Mon, 25 Mar 2024 21:06:57 +0100, Thomas Zimmermann wrote: > Implement polling for VGA and SIL164 connectors. Set the flag > DRM_CONNECTOR_POLL_DISCONNECT for each to detect the removal of the > monitor cable. Implement struct drm_connector_helper_funcs.detect_ctx > for each type of connector by

[PATCH v6 12/13] drm/ast: Implement polling for VGA and SIL164 connectors

2024-03-25 Thread Thomas Zimmermann
Implement polling for VGA and SIL164 connectors. Set the flag DRM_CONNECTOR_POLL_DISCONNECT for each to detect the removal of the monitor cable. Implement struct drm_connector_helper_funcs.detect_ctx for each type of connector by testing for EDID data. The helper drm_connector_helper_detect_ctx()