drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 24 Dec 2024 01:48:02 +0000 (03:48 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 4 Jan 2025 06:47:11 +0000 (08:47 +0200)
commit2ea9ec5d2c207a41d523f8804053cee00fe50763
tree996b7bfdcd9ce19ca86f156f790f1a6d6bad923d
parentb4fa0800760c20fe34318a1079687526fc323572
drm/vc4: hdmi: use drm_atomic_helper_connector_hdmi_hotplug()

Use the helper function to update the connector's information. This
makes sure that HDMI-related events are handled in a generic way.
Currently it is limited to the HDMI state reporting to the sound system.

Acked-by: Maxime Ripard <mripard@kernel.org>
Tested-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241224-drm-bridge-hdmi-connector-v10-10-dc89577cd438@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/vc4/vc4_hdmi.c