![]() |
video_common
Vitis Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 mmo 24-01-2017 Included into video_common 1.01 eb 13-04-2018 Fixed XV_VidC_parse_edid API and xvidc_edid_extension_handler struct to enhance system stability 1.10 eb 03-08-2018 Updated XV_VidC_parse_edid
Functions | |
| void | XV_VidC_parse_edid (const u8 *const data, XV_VidC_EdidCntrlParam *EdidCtrlParam, XV_VidC_Verbose VerboseEn) |
| This function parse and print the EDID of the Sink. More... | |
| void | XV_VidC_parse_edid_extension (const u8 *const data, XV_VidC_EdidCntrlParam *EdidCtrlParam, XV_VidC_Verbose VerboseEn, u8 SegmentNum) |
| This function parse and print the EDID of the Sink and handles the EDID data segment wise. More... | |
| void XV_VidC_parse_edid | ( | const u8 *const | data, |
| XV_VidC_EdidCntrlParam * | EdidCtrlParam, | ||
| XV_VidC_Verbose | VerboseEn | ||
| ) |
This function parse and print the EDID of the Sink.
| data | is a pointer to the EDID array. |
| EdidCtrlParam | is a pointer the EDID Control parameter |
| VerboseEn | is a pointer to the XV_HdmiTxSs core instance. |
| void XV_VidC_parse_edid_extension | ( | const u8 *const | data, |
| XV_VidC_EdidCntrlParam * | EdidCtrlParam, | ||
| XV_VidC_Verbose | VerboseEn, | ||
| u8 | SegmentNum | ||
| ) |
This function parse and print the EDID of the Sink and handles the EDID data segment wise.
| data | is a pointer to the EDID array. |
| EdidCtrlParam | is a pointer the EDID Control parameter |
| VerboseEn | is a pointer to the XV_HdmiTxSs core instance. |
| Segment | is a segment number of EDID |