dp: Added modification history for v2.0.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-06-08 13:54:07 -07:00 committed by Nava kishore Manne
parent 816da8e912
commit 03e3e18d57
5 changed files with 28 additions and 0 deletions

View file

@ -46,6 +46,7 @@
* Ver Who Date Changes
* ----- ---- -------- -----------------------------------------------
* 1.0 als 01/20/15 Initial release. TX code merged from the dptx driver.
* 2.0 als 06/08/15 Updated RX initialization with MST support.
* </pre>
*
*******************************************************************************/

View file

@ -271,6 +271,30 @@
* Ver Who Date Changes
* ----- ---- -------- -----------------------------------------------
* 1.0 als 01/20/15 Initial release. TX code merged from the dptx driver.
* 2.0 als 06/08/15 Added MST functionality to RX. New APIs:
* XDp_RxHandleDownReq, XDp_RxGetIicMapEntry,
* XDp_RxSetIicMapEntry, XDp_RxSetDpcdMap,
* XDp_RxMstExposePort, XDp_RxMstSetPort,
* XDp_RxMstSetInputPort, XDp_RxMstSetPbn,
* XDp_RxSetIntrDownReqHandler,
* XDp_RxSetIntrDownReplyHandler,
* XDp_RxSetIntrAudioOverHandler,
* XDp_RxSetIntrPayloadAllocHandler,
* XDp_RxSetIntrActRxHandler,
* XDp_RxSetIntrCrcTestHandler
* Added Intr*Handler and Intr*CallbackRef interrupt-related
* members to XDp_Rx structure for:
* DownReq, DownReply, AudioOver, PayloadAlloc, ActRx,
* CrcTest
* Added new data structures related to RX MST topology:
* XDp_RxIicMapEntry, XDp_RxDpcdMap, XDp_RxPorts,
* XDp_RxTopology
* Renamed XDp_Tx* to XDp_* to reflect commonality with RX
* for:
* XDp_TxSbMsgLinkAddressReplyPortDetail
* XDp_TxSbMsgLinkAddressReplyDeviceInfo
* GUID type change for ease of use:
* 'u32 Guid[4]' changed to 'u8 Guid[16]'
* </pre>
*
*******************************************************************************/

View file

@ -46,6 +46,7 @@
* Ver Who Date Changes
* ----- ---- -------- -----------------------------------------------
* 1.0 als 01/20/15 Initial release. TX code merged from the dptx driver.
* 2.0 als 06/08/15 Added MST registers, masks, and values for RX.
* </pre>
*
*******************************************************************************/

View file

@ -44,6 +44,7 @@
* Ver Who Date Changes
* ----- ---- -------- -----------------------------------------------
* 1.0 als 01/20/15 Initial release. TX code merged from the dptx driver.
* 2.0 als 06/08/15 Added MST interrupt handlers for RX.
* </pre>
*
*******************************************************************************/

View file

@ -40,6 +40,7 @@
* Ver Who Date Changes
* ----- ---- -------- -----------------------------------------------
* 1.0 als 01/20/15 Initial release. TX code merged from the dptx driver.
* 2.0 als 06/08/15 Added MST functionality to RX.
* </pre>
*
*******************************************************************************/