![]() |
dptxss
Xilinx SDK Drivers API Documentation
|
This is the main header file for Xilinx DisplayPort Transmitter Subsystem core. It abstracts Subsystem cores and provides high level API's to application developer.
Core Features
For a full description of DisplayPort Transmitter Subsystem core, please see the hardware specification.
Software Initialization & Configuration
The application needs to do following steps in order for preparing the DisplayPort Transmitter Subsystem core to be ready.
Interrupts
The DisplayPort TX Subsystem driver provides the interrupt handlers
Virtual Memory
This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.
Threads
This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.
Asserts
Asserts are used within all Xilinx drivers to enforce constraints on argument values. Asserts can be turned off on a system-wide basis by defining at compile time, the NDEBUG identifier. By default, asserts are turned on and it is recommended that users leave asserts on during development.
Building the driver
The DisplayPort Transmitter Subsystem driver is composed of several source files. This allows the user to build and link only those parts of the driver that are necessary.
MODIFICATION HISTORY:
Ver Who Date Changes ---- --- -------- --------------------------------------------------------- 1.00 sha 01/29/15 Initial release. 1.00 sha 07/21/15 Included renamed sub-cores header files. 2.00 sha 08/07/15 Added new handler types: lane count, link rate, pre-emphasis voltage swing adjust and set MSA. Added support for customized main stream attributes. Added function: XDpTxSs_SetHasRedriverInPath. Added HDCP support data structure. 2.00 sha 09/28/15 Added HDCP and Timer Counter functions.