From: Hsin-Yi Wang <[email protected]> Set the `support_hdcp` bit to enable the connector to register content protection during initialization.
Signed-off-by: Hsin-Yi Wang <[email protected]> Signed-off-by: Fei Shao <[email protected]> Reviewed-by: Sean Paul <[email protected]> --- Changes in v8: - rebase on top of next-20250731 drivers/gpu/drm/bridge/analogix/anx7625.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c index c0ad8f59e483..609cdb9d371e 100644 --- a/drivers/gpu/drm/bridge/analogix/anx7625.c +++ b/drivers/gpu/drm/bridge/analogix/anx7625.c @@ -2604,6 +2604,7 @@ static int anx7625_link_bridge(struct drm_dp_aux *aux) platform->bridge.type = platform->pdata.panel_bridge ? DRM_MODE_CONNECTOR_eDP : DRM_MODE_CONNECTOR_DisplayPort; + platform->bridge.support_hdcp = true; drm_bridge_add(&platform->bridge); -- 2.51.0.rc0.205.g4a044479a3-goog
