This interrupt is triggered every time the HDMI PHY Controller /HDMI GT Subsystem detects an HDMI RX reference clock change.
The callback function must perform the following:
- Initialize a reference clock change process for the HDMI 2.1 RX Subsystem.
void XV_HdmiRxSs1_RefClockChangeInit(XV_HdmiRxSs1 *InstancePtr);
- Set the
HDMI PHY Controller
/HDMI GT Subsystem HDMI RX reference TMDS clock ratio.
Hdmiphy1Ptr->HdmiRxTmdsClockRatio = HdmiRxSs1Ptr->TMDSClockRatio;