Btc_dptx_edid_read, Btc_dptx_fast_link_training, Btc_dptx_edid_read -16 – Altera DisplayPort MegaCore Function User Manual

Page 117: Btc_dptx_fast_link_training -16

Advertising
background image

Related Information

btc_dptx_edid_read

on page 8-16

btc_dptx_edid_read

Prototype:

int btc_dptx_edid_read(BYTE *data)

Thread-safe:

No

Available from ISR:

Yes

Include:

<

btc_dptx_syslib.h

>

Return:

0 = success, 1 = fail

Parameters:

data—

Pointer for data to be read

Description:

This function reads the complete EDID of the connected DisplayPort sink.

data

must be able to contain the whole EDID (allow for 512 bytes).

Example:

btc_dptx_edid_read(pdata);

Related Information

btc_dptx_edid_block_read

on page 8-15

btc_dptx_fast_link_training

Prototype:

int btc_dptx_fast_link_training(
unsigned int link_rate,
unsigned int lane_count,
unsigned int volt_swing,
unsigned int pre_emph,
unsigned int new_cfg)

Thread-safe:

No

Available from ISR:

Yes

Include:

<

btc_dptx_syslib.h

>

Return:

0 = success, 1 = fail

8-16

btc_dptx_edid_read

UG-01131

2015.05.04

Altera Corporation

DisplayPort API Reference

Send Feedback

Advertising