Re: [PATCH v2 3/3] drm/mgag200: Set .detect_ctx() and enable connector polling

2024-06-11 Thread Thomas Zimmermann
Hi Jocelyn Am 11.06.24 um 16:41 schrieb Jocelyn Falempe: On 10/06/2024 16:06, Thomas Zimmermann wrote: Set .detect_ctx() in struct drm_connector_helper_funcs to the common helper drm_connector_helper_detect_from_ddc() and enable polling for the connector. Mgag200 will now test for the monitor

Re: [PATCH v2 3/3] drm/mgag200: Set .detect_ctx() and enable connector polling

2024-06-11 Thread Jocelyn Falempe
On 10/06/2024 16:06, Thomas Zimmermann wrote: Set .detect_ctx() in struct drm_connector_helper_funcs to the common helper drm_connector_helper_detect_from_ddc() and enable polling for the connector. Mgag200 will now test for the monitor's presence by probing the DDC in regular intervals. I've

[PATCH v2 3/3] drm/mgag200: Set .detect_ctx() and enable connector polling

2024-06-10 Thread Thomas Zimmermann
Set .detect_ctx() in struct drm_connector_helper_funcs to the common helper drm_connector_helper_detect_from_ddc() and enable polling for the connector. Mgag200 will now test for the monitor's presence by probing the DDC in regular intervals. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/