Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 246bafce authored by Abhinav Kumar's avatar Abhinav Kumar
Browse files

drm/msm: reset HDCP 2.2 sink support during disconnect



Reset the HDCP 2.2 sink support during a cable disconnect
to avoid stale information during the next cable connect.

This information is populated again from the sink on the next
cable connect.

Change-Id: I54da6e633915718da4be7023027c1d8c68cd6c21
Signed-off-by: default avatarAbhinav Kumar <abhinavk@codeaurora.org>
parent bd208931
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -549,6 +549,7 @@ static void _sde_hdmi_bridge_disable(struct drm_bridge *bridge)

	display->pll_update_enable = false;
	display->sink_hdcp_ver = SDE_HDMI_HDCP_NONE;
	display->sink_hdcp22_support = false;

	mutex_unlock(&display->display_lock);
}