This interrupt is triggered every time the Video PHY Controller /HDMI GT Subsystem RX reset lock is done.
The callback function must perform the following:
- Check the Video PHY Controller
/HDMI GT Subsystem
PLL type.
XVphy_PllType XVphy_GetPllType(XVphy *InstancePtr, u8 QuadId, XVphy_DirectionType Dir, XVphy_ChannelId ChId);
- Set the HDMI 1.4/2.0 RX Subsystem video stream according
to the PLL type.
XV_HdmiRxSs_SetStream(XV_HdmiRxSs *InstancePtr, u32 Clock, u32 LineRate);
where both Clock and LineRate are from the Video PHY Controller /HDMI GT Subsystem data structure.
Follow the steps in Example Design chapter to create an example design, which contains all the procedures implemented and can serve as a reference for integrating the HDMI 1.4/2.0 RX Subsystem into your system.