v_hdmirxss1
Vitis Drivers API Documentation
xv_hdmirxss1_frl.c File Reference

Overview

This is main code of Xilinx HDMI Transmitter Subsystem device driver.

Please see xv_hdmirxss1.h for more details of the driver.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 EB 22/05/18 Initial release.

Functions

void XV_HdmiRxSs1_FrlConfigCallback (void *CallbackRef)
 This function is called when the FRL link training requires configuration from application. More...
 
void XV_HdmiRxSs1_FrlStartCallback (void *CallbackRef)
 This function is called when the FRL link training passes and sink is ready to receive video, audio and control packets. More...
 
void XV_HdmiRxSs1_TmdsConfigCallback (void *CallbackRef)
 This function is called when during FRL link training, it is decided to fallback to the legacy HDMI TMDS mode. More...
 

Function Documentation

void XV_HdmiRxSs1_FrlConfigCallback ( void *  CallbackRef)

This function is called when the FRL link training requires configuration from application.

Parameters
None.
Returns
None.
Note
None.

References XV_HdmiRxSs1::FrlConfigCallback, and XV_HdmiRxSs1::FrlConfigRef.

void XV_HdmiRxSs1_FrlStartCallback ( void *  CallbackRef)

This function is called when the FRL link training passes and sink is ready to receive video, audio and control packets.

Parameters
None.
Returns
None.
Note
None.

References XV_HdmiRxSs1::FrlStartCallback, XV_HdmiRxSs1::FrlStartRef, and XV_HdmiRxSs1_LogWrite().

void XV_HdmiRxSs1_TmdsConfigCallback ( void *  CallbackRef)

This function is called when during FRL link training, it is decided to fallback to the legacy HDMI TMDS mode.

Parameters
None.
Returns
None.
Note
None.

References XV_HdmiRxSs1::TmdsConfigCallback, and XV_HdmiRxSs1::TmdsConfigRef.