drm: xlnx: zynqmp_dpsub: fix hotplug detection
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Mon, 28 Oct 2024 13:42:17 +0000 (14:42 +0100)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Wed, 30 Oct 2024 12:23:56 +0000 (14:23 +0200)
commit71ba1c9b1c717831920c3d432404ee5a707e04b4
treeb2ad0f04d67825014d090ac31d53d6df5b7bb42f
parent223842c7702b52846b1c5aef8aca7474ec1fd29b
drm: xlnx: zynqmp_dpsub: fix hotplug detection

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: stable@vger.kernel.org
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241028134218.54727-1-lists@steffen.cc
drivers/gpu/drm/xlnx/zynqmp_kms.c