dp: tx: Updated selftest since usage of some defines now take an argument.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-15 14:59:44 -08:00 committed by Nava kishore Manne
parent b59cb36747
commit 73e9f13cea
2 changed files with 3 additions and 3 deletions

View file

@ -296,7 +296,7 @@
DisplayPort TX core when DisplayPort TX core when
audio and link clocks audio and link clocks
are synchronous. */ are synchronous. */
#define XDPTX_AUDIO_EXT_DATA(NUM) (0x0330 + 4 * (NUM - 1)) /**< Word #define XDPTX_TX_AUDIO_EXT_DATA(NUM) (0x0330 + 4 * (NUM - 1)) /**< Word
formatted as per formatted as per
extension packet. */ extension packet. */
/* @} */ /* @} */

View file

@ -113,10 +113,10 @@ u32 ResetValues[53][2] =
{XDPTX_GT_DRP_CHANNEL_STATUS, 0}, {XDPTX_GT_DRP_CHANNEL_STATUS, 0},
{XDPTX_TX_AUDIO_CONTROL, 0}, {XDPTX_TX_AUDIO_CONTROL, 0},
{XDPTX_TX_AUDIO_CHANNELS, 0}, {XDPTX_TX_AUDIO_CHANNELS, 0},
{XDPTX_TX_AUDIO_INFO_DATA, 0}, {XDPTX_TX_AUDIO_INFO_DATA(1), 0},
{XDPTX_TX_AUDIO_MAUD, 0}, {XDPTX_TX_AUDIO_MAUD, 0},
{XDPTX_TX_AUDIO_NAUD, 0}, {XDPTX_TX_AUDIO_NAUD, 0},
{XDPTX_TX_AUDIO_EXT_DATA, 0} {XDPTX_TX_AUDIO_EXT_DATA(1), 0}
}; };
/** /**