Reading Info/Ext Packet - 3.1 English

DisplayPort 1.4 RX Subsystem Product Guide (PG300)

Document ID
PG300
Release Date
2024-05-30
Version
3.1 English

These packets can be read using poll mode or interrupt mode.

Poll Mode

  1. Read RX_AUDIO_STATUS register until Info/Ext packet bit is set.
  2. Based on the Info/Ext bit setting, read respective buffers immediately. New packets get dropped if the buffer is not read.
  3. The status bit automatically gets cleared after reading the packet.

Interrupt Mode

  1. Ensure EXT_PKT_RXD/INFO_PKT_RXD interrupt is enabled by setting the proper mask.
  2. Wait for interrupt, Read interrupt cause register to check if EXT_PKT_RXD or INFO_PKT_RXD is set.
  3. Based on the interrupt status, read the packet from the appropriate buffer immediately.