Visible to Intel only — GUID: zbv1477361818732
Ixiasoft
Visible to Intel only — GUID: zbv1477361818732
Ixiasoft
9.75. btc_dptxll_mst_get_device_ports
Prototype: |
|
Thread-safe: |
No |
Available from ISR: |
No |
Include: |
< btc_dptxll_syslib.h > |
Return: |
0 = success, 1 = fail, 2 = not ready |
Parameters: |
|
Description: |
This function returns the list of device ports found by the last topology discovery process. Call this function until either ‘0’ or ‘1’ is returned. ‘2’ is returned when the operation has not yet completed. |
Example: |
btc_dptxll_mst_get_device_ports(0,&dev_ports, &num_of_ports); |
The topology discovery process starts automatically after an MST capable DisplayPort sink device is connected and function btc_dptxll_hpd_change(x,1) is invoked or when btc_dptxll_mst_topology_discover() is invoked.