![]() |
dp14
Xilinx SDK Drivers API Documentation
|
Contains a design example using the XDp driver (operating in TX mode) in multi-stream transport (MST) mode.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 als 01/20/15 Initial creation. 5.1 ms 01/23/17 Added 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 | Dptx_MstExample (XDp *InstancePtr, u16 DeviceId) |
The main entry point for the multi-stream transport (MST) example using the XDp driver. More... | |
u32 | Dptx_MstExampleRun (XDp *InstancePtr) |
This function trains the link and allocates stream payloads. More... | |
int | main (void) |
This function is the main function of the XDptx multi-stream transport (MST) example. More... | |
u32 Dptx_MstExample | ( | XDp * | InstancePtr, |
u16 | DeviceId | ||
) |
The main entry point for the multi-stream transport (MST) example using the XDp driver.
This function will either discover the topology and map streams to the sinks in the sink list, or map streams to relative addresses.
InstancePtr | is a pointer to the XDp instance. |
DeviceId | is the unique device ID of the DisplayPort TX core instance. |
Referenced by main().
u32 Dptx_MstExampleRun | ( | XDp * | InstancePtr | ) |
This function trains the link and allocates stream payloads.
InstancePtr | is a pointer to the XDp instance. |
DeviceId | is the unique device ID of the DisplayPort TX core instance. |
int main | ( | void | ) |
This function is the main function of the XDptx multi-stream transport (MST) example.
None. |
References Dptx_MstExample().