![]()  | 
  
    dp14rxss
    
   Vitis Drivers API Documentation 
   | 
 
This file contains a design example using the XDpRxSs driver in single stream (SST) transport or multi-stream transport (MST) mode and enables HDCP.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 sha 10/05/15 Initial release. 4.00 ms 01/23/17 Modified xil_printf statement in main function to ensure that "Successfully ran" and "Failed" strings are available in all examples. This is a fix for CR-965028.
Functions | |
| u32 | DpRxSs_HdcpExample (u16 DeviceId) | 
| This function is the main entry point for the HDCP example using the XDpRxSs driver.  More... | |
| u32 | DpRxSs_PlatformInit (void) | 
| This function initialize required platform specific peripherals.  More... | |
| u32 | DpRxSs_VideoPhyInit (void) | 
| This function configures Video Phy.  More... | |
| u32 | DpRxSs_Setup (void) | 
| This function configures DisplayPort RX Subsystem.  More... | |
| int | main () | 
| This is the main function for XDpRxSs SST/MST example.  More... | |
| u32 DpRxSs_HdcpExample | ( | u16 | DeviceId | ) | 
This function is the main entry point for the HDCP example using the XDpRxSs driver.
This function will enable HDCP during DisplayPort RX Subsystem set up to work in MST/SST mode.
| DeviceId | is the unique device ID of the DisplayPort RX Subsystem core. | 
References XDpRxSs_Config::BaseAddress, DpRxSs_PlatformInit(), DpRxSs_Setup(), DpRxSs_VideoPhyInit(), XDpRxSs_UsrOpt::MstSupport, XDpRxSs::UsrOpt, XDpRxSs_CfgInitialize(), XDpRxSs_LookupConfig(), XDpRxSs_SetLaneCount(), XDpRxSs_SetLinkRate(), and XDpRxSs_Start().
Referenced by main().
| u32 DpRxSs_PlatformInit | ( | void | ) | 
This function initialize required platform specific peripherals.
| None. | 
| u32 DpRxSs_Setup | ( | void | ) | 
This function configures DisplayPort RX Subsystem.
| None. | 
| u32 DpRxSs_VideoPhyInit | ( | void | ) | 
This function configures Video Phy.
| None. | 
| int main | ( | ) | 
This is the main function for XDpRxSs SST/MST example.
| None. | 
References DpRxSs_HdcpExample().