v_hdmirxss: update config structure for driver parameter
Updated pixel per clock parameter type to reflect usage Deleted hdcp timer calls from - not needed in this module Signed-off-by: Rohit Consul <rohit.consul@xilinx.com>
This commit is contained in:
parent
5700a3bded
commit
83bfc8403a
2 changed files with 1 additions and 6 deletions
|
@ -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 */
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue