Skip to content

Commit 043d9c6

Browse files
hsinyi527dianders
authored andcommitted
drm/bridge: anx7625: register content protect property
Set the `support_hdcp` bit to enable the connector to register content protection during initialization. Signed-off-by: Hsin-Yi Wang <[email protected]> Reviewed-by: Sean Paul <[email protected]> Signed-off-by: Fei Shao <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 407a2fa commit 043d9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/bridge/analogix/anx7625.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,7 @@ static int anx7625_link_bridge(struct drm_dp_aux *aux)
26042604
platform->bridge.type = platform->pdata.panel_bridge ?
26052605
DRM_MODE_CONNECTOR_eDP :
26062606
DRM_MODE_CONNECTOR_DisplayPort;
2607+
platform->bridge.support_hdcp = true;
26072608

26082609
drm_bridge_add(&platform->bridge);
26092610

0 commit comments

Comments
 (0)