hdcp1x: hdmi: rx: Removed DDC enable.
Should be called from application instead. Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
parent
d794be5726
commit
f0cdd32e75
1 changed files with 0 additions and 4 deletions
|
@ -131,10 +131,6 @@ static int XHdcp1x_PortHdmiRxEnable(XHdcp1x *InstancePtr)
|
|||
XHdmiRx_SetCallback(HdmiRx, XHDMI_RX_HANDLER_HDCP,
|
||||
XHdcp1x_ProcessAKsvWrite, InstancePtr);
|
||||
|
||||
/* Enable the hdcp slave over the ddc */
|
||||
XHdmiRx_DdcHdcpEnable(HdmiRx);
|
||||
XHdmiRx_DdcIntrEnable(HdmiRx);
|
||||
|
||||
return (Status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue