]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 9 Oct 2023 17:40:47 +0000 (20:40 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 11 Oct 2023 10:20:22 +0000 (13:20 +0300)
commit6ec2cf814210fc2df0a59beac895775b6a04d74d
tree96e3379dfd92afe9b27853706eb977a2e54962c8
parentfc93835bb0d7e2c3e0a664a66d40da3c9f6ed053
drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()

In some cases the bridge drivers would like to receive hotplug events
even in the case new status is equal to the old status. In the DP case
this is used to deliver "attention" messages to the DP host. Stop
filtering the events in the drm_bridge_connector_hpd_cb() and let
drivers decide whether they would like to receive the event or not.

Reviewed-by: Janne Grunau <j@jannau.net>
Link: https://lore.kernel.org/r/20231009174048.2695981-3-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231009174048.2695981-3-dmitry.baryshkov@linaro.org
drivers/gpu/drm/drm_bridge_connector.c