linux-loongson/drivers/gpu/drm/bridge/adv7511
Andy Yan 5d156a9c3d drm/bridge: Pass down connector to drm bridge detect hook
In some application scenarios, we hope to get the corresponding
connector when the bridge's detect hook is invoked.

In most cases, we can get the connector by drm_atomic_get_connector_for_encoder
if the encoder attached to the bridge is enabled, however there will
still be some scenarios where the detect hook of the bridge is called
but the corresponding encoder has not been enabled yet. For instance,
this occurs when the device is hot plug in for the first time.

Since the call to bridge's detect is initiated by the connector, passing
down the corresponding connector directly will make things simpler.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250703125027.311109-3-andyshrk@163.com
[DB: added the chunk to the cdn-dp driver]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-07-14 18:23:18 +03:00
..
adv7511_audio.c drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes 2025-07-14 18:23:18 +03:00
adv7511_cec.c drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes 2025-07-14 18:23:18 +03:00
adv7511_drv.c drm/bridge: Pass down connector to drm bridge detect hook 2025-07-14 18:23:18 +03:00
adv7511.h drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes 2025-07-14 18:23:18 +03:00
adv7533.c drm/bridge: adv7511: Rename adv7511_dsi_config_timing_gen() into adv7533_dsi_config_timing_gen() 2025-05-28 16:48:04 +03:00
Kconfig drm/bridge: adv7511: switch to the HDMI connector helpers 2025-05-21 01:35:34 +03:00
Makefile