diff --git a/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss.h b/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss.h index 4482bd24..6f9e8b33 100755 --- a/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss.h +++ b/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss.h @@ -123,7 +123,7 @@ typedef struct subsystem address range */ u32 HighAddress; /**< HighAddress is the physical MAX address of the subsystem address range */ - u8 MaxPixelsPerClock; /**< Maximum Supported Pixel per Clock */ + XVidC_PixelsPerClock Ppc; /**< Supported Pixel per Clock */ u8 MaxBitsPerPixel; /**< Maximum Supported Color Depth */ XV_HdmiRxSs_SubCore HdcpTimer; /**< Sub-core instance configuration */ XV_HdmiRxSs_SubCore Hdcp; /**< Sub-core instance configuration */ diff --git a/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss_coreinit.c b/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss_coreinit.c index 5f44c67a..be3dc9ed 100755 --- a/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss_coreinit.c +++ b/XilinxProcessorIPLib/drivers/v_hdmirxss/src/xv_hdmirxss_coreinit.c @@ -221,11 +221,6 @@ int XV_HdmiRxSs_SubcoreInitHdcpTimer(XV_HdmiRxSs *HdmiRxSsPtr) XTmrCtr_CfgInitialize(HdmiRxSsPtr->HdcpTimerPtr, ConfigPtr, AbsAddr); Status = XTmrCtr_InitHw(HdmiRxSsPtr->HdcpTimerPtr); - /* Initialize the hdcp timer functions */ - XHdcp1x_SetTimerStart(&XV_HdmiRxSs_HdcpTimerStart); - XHdcp1x_SetTimerStop(&XV_HdmiRxSs_HdcpTimerStop); - XHdcp1x_SetTimerDelay(&XV_HdmiRxSs_HdcpTimerBusyDelay); - if(Status != XST_SUCCESS) { xil_printf("HDMIRXSS ERR:: AXI Timer Initialization failed\r\n");