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

Commit 0332b06c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: hdmi: unload HDCP 2.2 TZ app when resetting"

parents 5a49db67 f65b26be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -541,6 +541,10 @@ static void hdcp2p2_reset(struct hdcp2p2_ctrl *hdcp2p2_ctrl)
				hdcp2p2_ctrl->hdcp_lib_handle);
		hdcp2p2_ctrl->hdcp_txmtr_init = false;
	}
	if (hdcp2p2_ctrl->hdcp_library_init) {
		hdcp_library_deinit(hdcp2p2_ctrl->hdcp_lib_handle);
		hdcp2p2_ctrl->hdcp_library_init = false;
	}
	mutex_unlock(&hdcp2p2_ctrl->mutex);
}