-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v_sdirx: Add API to wait for payload valid bits are set.
Add an API that should be used from application from the video lock interrupt handler callback context. This API makes sure that the st352 data from incoming rx stream is read and st352 registers are populated. Among all IP supported framerates 23.98 is the least vlaue which takes ~41 ms. With adding some buffer time, this API waits for 50 ms and expects payload valid bits will be set for sure which otherwise returns error. SDI common library is also updated to support this. Signed-off-by: Siva Rajesh <siva.rajesh.jarugula@xilinx.com> Acked-for-series: Vishal Sagar <vsagar@xilinx.com>
- Loading branch information
Siva Rajesh
authored and
vdubakul
committed
Dec 5, 2017
1 parent
9d4c1a7
commit 01b3a31
Showing
3 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters