![]() |
v_hdmirxss1
Vitis Drivers API Documentation
|
This is main header file of the Xilinx HDMI RX Subsystem driver.
HDMI Transmitter Subsystem Overview
HDMI RX Subsystem is a collection of IP cores bounded together by software to provide an abstract view of the processing pipe. It hides all the complexities of programming the underlying cores from end user.
Subsystem Driver Features
HDMI Subsystem supports following features
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 EB 22/05/18 Initial release.
Macros | |
| #define | HDMIRXSS_FRL_H |
| < prevent circular inclusions by using protection macros More... | |
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... | |
| #define HDMIRXSS_FRL_H |
< prevent circular inclusions by using protection macros
| void XV_HdmiRxSs1_FrlConfigCallback | ( | void * | CallbackRef | ) |
This function is called when the FRL link training requires configuration from application.
| 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.
| 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.
| None. |
References XV_HdmiRxSs1::TmdsConfigCallback, and XV_HdmiRxSs1::TmdsConfigRef.