Re: [PATCH v2] drm: xlnx: zynqmp_dpsub: fix hotplug detection

2024-10-30 Thread Tomi Valkeinen
Hi, On 28/10/2024 15:42, Steffen Dirkwinkel wrote: From: Steffen Dirkwinkel drm_kms_helper_poll_init needs to be called after zynqmp_dpsub_kms_init. zynqmp_dpsub_kms_init creates the connector and without it we don't enable hotplug detection. Fixes: eb2d64bfcc17 ("drm: xlnx: zynqmp_dpsub: Rep

[PATCH v2] drm: xlnx: zynqmp_dpsub: fix hotplug detection

2024-10-28 Thread Steffen Dirkwinkel
From: Steffen Dirkwinkel drm_kms_helper_poll_init needs to be called after zynqmp_dpsub_kms_init. zynqmp_dpsub_kms_init creates the connector and without it we don't enable hotplug detection. Fixes: eb2d64bfcc17 ("drm: xlnx: zynqmp_dpsub: Report HPD through the bridge") Cc: sta...@vger.kernel.or

[PATCH v2] drm: xlnx: zynqmp_dpsub: fix hotplug detection

2024-10-28 Thread Steffen Dirkwinkel
From: Steffen Dirkwinkel drm_kms_helper_poll_init needs to be called after zynqmp_dpsub_kms_init. zynqmp_dpsub_kms_init creates the connector and without it we don't enable hotplug detection. Fixes: eb2d64bfcc17 ("drm: xlnx: zynqmp_dpsub: Report HPD through the bridge") Signed-off-by: Steffen Di