Source Core Setup - 3.1 English

DisplayPort 1.4 TX Subsystem Product Guide

Document ID
PG299
Release Date
2022-10-19
Version
3.1 English
  1. Place the PHY into reset.
  2. Disable the transmitter.
    TRANSMITTER_ENABLE = 0x00
  3. Set the clock divider.
    AUX_CLOCK_DIVIDER = (see register description for proper value)
  4. Select and set up the reference clock for the desired link rate in the Video PHY Controller.
  5. Bring the PHY out of reset.
  6. Wait for the PHY to be ready.
  7. Enable the transmitter.
    TRANSMITTER_ENABLE = 0x01
  8. (Optional) Turn on the interrupt mask for HPD.
    INTERRUPT_MASK = 0x00
At this point, the source core is initialized and ready to use. The link policy maker should be monitoring the status of HPD and taking appropriate action for connect/disconnect events or HPD interrupt pulses.