disp: msm: fix issues in hdcp2p2 repeater authentication
Change fixes issue where HDCP 2p2 authentication process was broken for repeater usecases. Change-Id: Iae7fc6a2cabd5e5a592d7e234f11d748539124e5 Signed-off-by: Vara Reddy <varar@codeaurora.org>
This commit is contained in:
@@ -182,11 +182,9 @@ static int sde_hdcp_2x_get_next_message(struct sde_hdcp_2x_ctrl *hdcp,
|
||||
case SKE_SEND_EKS:
|
||||
if (!hdcp->repeater_flag)
|
||||
return SKE_SEND_TYPE_ID;
|
||||
break;
|
||||
case SKE_SEND_TYPE_ID:
|
||||
if (!hdcp->repeater_flag)
|
||||
return SKE_SEND_TYPE_ID;
|
||||
break;
|
||||
case REP_STREAM_READY:
|
||||
case REP_SEND_ACK:
|
||||
if (!hdcp->repeater_flag)
|
||||
|
Fai riferimento in un nuovo problema
Block a user