Merge "disp: msm: Ensure clean slate when starting and stopping HDCP"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
e683dcbce3
@@ -387,12 +387,12 @@ static void dp_display_hdcp_cb_work(struct work_struct *work)
|
||||
return;
|
||||
}
|
||||
dp_display_hdcp_register_streams(dp);
|
||||
status->hdcp_state = HDCP_STATE_AUTHENTICATING;
|
||||
if (ops && ops->reauthenticate) {
|
||||
rc = ops->reauthenticate(data);
|
||||
if (rc)
|
||||
pr_err("failed rc=%d\n", rc);
|
||||
}
|
||||
status->hdcp_state = HDCP_STATE_AUTHENTICATING;
|
||||
} else {
|
||||
pr_debug("not reauthenticating, cable disconnected\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user