From f4b1a740fcbe37b8b59f463749f71bcfff29ada5 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Thu, 15 Jan 2015 11:47:44 -0800 Subject: [PATCH] dp: rx: Added user video status registers. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h index 8a03b350..082be049 100644 --- a/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h +++ b/XilinxProcessorIPLib/drivers/dp/src/xdprx_hw.h @@ -215,6 +215,17 @@ version and revision. */ /* @} */ +/** @name DPRX core registers: User video status. + * @{ + */ +#define XDPRX_USER_FIFO_OVERFLOW 0x110 /**< Indicates an overflow in + user FIFO. */ +#define XDPRX_USER_VSYNC_STATE 0x114 /**< Provides a mechanism for + the host processor to + monitor the state of the + video data path. */ +/* @} */ + /******************* Macros (Inline Functions) Definitions ********************/ /** @name Register access macro definitions.