DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

9.17. btc_dprx_syslib_info

Prototype:

void btc_dprx_syslib_info( 
   BYTE *max_sink_num, 
   BYTE *mst_support)

Thread-safe:

Yes

Available from ISR:

Yes

Include:

< btc_dprx_syslib.h >

Return:

None

Parameters:

  • max_sink_num—Pointer for maximum number of sinks supported
  • mst_support—Pointer for MST support

Description:

This function returns information about the system library capabilities. On return, max_sink_num is set with the maximum number of supported sink instances (1 - 4) and mst_support is set to zero if MST is not supported and 1 if it is supported.

Example:

btc_dprx_syslib_info(pmaxsink,pmst);