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:
Rohit Consul 2015-10-22 11:45:41 -07:00 committed by Nava kishore Manne
parent 5700a3bded
commit 83bfc8403a
2 changed files with 1 additions and 6 deletions

View file

@ -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 */

View file

@ -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");