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.63. btc_dptx_mst_up_req_irq

Prototype:

int btc_dptx_mst_up_req_irq(BYTE tx_idx)

Thread-safe:

No

Available from ISR:

Yes

Include:

< btc_dptx_syslib.h >

Return:

0 = success, 1 = fail

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function must be invoked every time the connected DisplayPort sink issues an HPD_IRQ with UP_REQ_MSG_RDY = 1

Example:

btc_dptx_mst_up_req_irq(0);

The system library uses this function to handle MST sideband messages.