]> git.hungrycats.org Git - linux/commit
drm: xlnx: zynqmp_dpsub: fix hotplug detection
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Mon, 28 Oct 2024 13:42:17 +0000 (14:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:33:11 +0000 (10:33 +0100)
commitd50b5a7ac7f56cb816dab2879f05ebe9962daa3e
tree94e834257f09d5e8aa7eacbfb469ca870e8b04c3
parent65bea1cb02303cf36e8d98fa5d681b3315e607b2
drm: xlnx: zynqmp_dpsub: fix hotplug detection

commit 71ba1c9b1c717831920c3d432404ee5a707e04b4 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/xlnx/zynqmp_kms.c